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