Function rustc_unicode::char::from_u32_unchecked
[−]
[src]
pub unsafe fn from_u32_unchecked(i: u32) -> char
Unstable
: recently added API
Converts a u32
`u32to an
` to an char
`char`, not checking whether it is a valid unicode
codepoint.