FixedUtf16CodeUnits

Type Alias FixedUtf16CodeUnits 

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

Host-endian fixed UTF-16 code units.

Aliased Typeยง

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