K3StringBuilder
A mutable sequence of characters and markers. Allows to efficiently build K3String objects.
Functions
Link copied to clipboard
Append a codepoint to this K3StringBuilder.
Link copied to clipboard
Append a marker to this K3StringBuilder.
Link copied to clipboard
Append a marker by its markerId to this K3StringBuilder.
Link copied to clipboard
Insert a codepoint at a given index.
Link copied to clipboard
Insert a marker at a given index.
Link copied to clipboard
Insert a marker by its markerId at a given index.
Link copied to clipboard
Returns true if the K3StringBuilder is not empty (contains atoms), false otherwise.
Link copied to clipboard
Insert a codepoint at index 0.
Link copied to clipboard
Insert a marker at index 0.
Link copied to clipboard
Insert a marker by its markerId at index 0.
Link copied to clipboard
Constructs a new K3String from this K3StringBuilder.