Skip to main content

Module string_builder

Module string_builder 

Source
Expand description

StringBuilder type for efficient string concatenation.

Provides a mutable buffer that avoids repeated allocation from string + chaining. Methods: new, append, len, build, clear.

Functionsยง

register
Register all StringBuilder methods and the StringBuilder.new() global.