pub type String<'a> = String<'a>;
A string allocated in an arena.
pub struct String<'a> { /* private fields */ }