from_u32

Function from_u32 

Source
pub(super) const fn from_u32(i: u32) -> Option<char>
Expand description

Converts a u32 to a char. See char::from_u32.