Function core::char::from_u32_unchecked
[−]
[src]
pub unsafe fn from_u32_unchecked(i: u32) -> char
Converts a u32 to an char, not checking whether it is a valid unicode
codepoint.