Function as_utf32_unchecked
pub unsafe fn as_utf32_unchecked(slice: &[u32]) -> impl EncodedText + use<'_>Expand description
Treat a &[u32] as UTF32 encoded text.
ยงSafety
The slice may not represent an actual UTF32 encoded string.
pub unsafe fn as_utf32_unchecked(slice: &[u32]) -> impl EncodedText + use<'_>Treat a &[u32] as UTF32 encoded text.
The slice may not represent an actual UTF32 encoded string.