FixedUtf16LeCodeUnitsRef

Type Alias FixedUtf16LeCodeUnitsRef 

Source
pub type FixedUtf16LeCodeUnitsRef<'a, const N: usize> = FixedUtf16CodeUnitsRefEndian<'a, LittleEndian<u16>, N>;
Available on crate features text_fixed and text_utf16 only.
Expand description

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

Aliased Type§

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

Tuple Fields§

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