Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Apr 7, 2020 · 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)

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