title: StringBuilder summary: Mutable string which is built/pushed-to over time.


StringBuilder

Mutable string which is built/pushed-to over time. #include <common.h>

Public Attributes

Public Attributes Documentation

variable value

byte * value;

variable len

usize len;

variable cap

usize cap;

Updated on 23 August 2022 at 00:54:19 UTC