Skip to content
This repository has been 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