pub type FixedUtf16Le<const N: usize> = FixedUtf16<N, LittleEndian>;Expand description
Fixed-width little-endian UTF-16 text.
Aliased Typeยง
pub struct FixedUtf16Le<const N: usize> { /* private fields */ }pub type FixedUtf16Le<const N: usize> = FixedUtf16<N, LittleEndian>;Fixed-width little-endian UTF-16 text.
pub struct FixedUtf16Le<const N: usize> { /* private fields */ }