FixedUtf32CodeUnitsRef

Type Alias FixedUtf32CodeUnitsRef 

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

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

Aliased Type§

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

Tuple Fields§

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