Function rustc_unicode::char::from_u32_unchecked [] [src]

pub unsafe fn from_u32_unchecked(i: u32) -> char
Unstable (char_from_unchecked #27781)

: recently added API

Converts a u32 to an char, not checking whether it is a valid unicode codepoint.