StringBuffer struct

Defined in module std.text (text.l0).

StringBuffer allows for efficient construction of strings by accumulating parts in a vector.

Fields

parts: StringVector*
size: int