Type Definition narrow::Utf8Array[][src]

pub type Utf8Array<const N: bool> = StringArray<i32, N>;
Expand description

Array with UTF-8 strings. Uses i32 offsets.