FixedUtf16CodeUnitsRef

Type Alias FixedUtf16CodeUnitsRef 

Source
pub type FixedUtf16CodeUnitsRef<'a, const N: usize> = FixedUtf16LeCodeUnitsRef<'a, N>;
Available on crate feature text_fixed and crate feature text_utf16 and little-endian only.
Expand description

A borrowed reference to exactly N host-endian UTF-16 code units.

Aliased Type§

#[repr(transparent)]
pub struct FixedUtf16CodeUnitsRef<'a, const N: usize>(pub &'a [LittleEndian<u16>; N]);

Tuple Fields§

§0: &'a [LittleEndian<u16>; N]