pub type String = StringA<Global>;
A UTF-8–encoded, growable string allocated from Global.
pub struct String(/* private fields */);