FixedUtf16BeCodeUnitsRef

Type Alias FixedUtf16BeCodeUnitsRef 

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

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

Aliased Type§

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

Tuple Fields§

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