vizia_core::vg

Function as_utf16_unchecked

pub unsafe fn as_utf16_unchecked(slice: &[u16]) -> impl EncodedText + use<'_>
Expand description

Treat a &[u16] as UTF16 encoded text.

ยงSafety

The slice may not represent a UTF16 encoded string.