pub type LString<'a> = ArrayString<'a, Array<'a, u32, u8>>;
A length-prefixed string.
pub struct LString<'a> { /* private fields */ }