Skip to main content

FixedUtf16LeCodeUnitsRef

Type Alias FixedUtf16LeCodeUnitsRef 

Source
pub type FixedUtf16LeCodeUnitsRef<'a, const N: usize> = FixedUtf16CodeUnitsRefEndian<'a, LittleEndian<u16>, N>;
Available on crate feature text_fixed and crate feature text_utf16 and (crate features text_fixed or text_utf16 or text_utf32 or text_utf8) 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]