FixedUtf32CodeUnits

Type Alias FixedUtf32CodeUnits 

Source
pub type FixedUtf32CodeUnits<const N: usize> = FixedUtf32LeCodeUnits<N>;
Available on crate feature text_fixed and crate feature text_utf32 and little-endian only.
Expand description

Host-endian fixed UTF-32 code units.

Aliased Typeยง

pub struct FixedUtf32CodeUnits<const N: usize> { /* private fields */ }