Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page May 5, 2021 · 3 revisions

Text

public final class Text: Node 

Inheritance

Node, ExpressibleByStringLiteral

Initializers

init(content:)

public convenience init(content: String) 

init?(rawValue:)

public required init?(rawValue: UnsafeMutableRawPointer) 

init(stringLiteral:)

public convenience init(stringLiteral value: String) 

init(_:)

public convenience init(@StringBuilder _ builder: () -> String) 

Methods

merge(with:)

public func merge(with node: Text) throws 

concatenate(_:)

public func concatenate(_ string: String) throws 

remove()

public func remove() 
Types
Protocols
Global Functions
Extensions

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.