String#

Provides a string type that manages a mutable byte buffer of varying size on the heap. Strings are guaranteed to be zero-terminated.

type String

An unique type labeled <GrowingString i8> of supertype GrowingString and of storage type (tuple (_items = (mutable@ i8)) (_count = usize) (_capacity = usize)).