Builder
Parameters
capacity
Initial capacity for the underlying string builder. Defaults to 16.
Creates a builder initialized with plain text.
Parameters
text
The initial text content.
Creates a builder initialized with an existing annotated error message.
Parameters
text
The initial annotated text to copy.
Creates a builder initialized with an existing annotated text.
Parameters
text
The initial annotated text to copy.