Function from_u32

#[must_use]
pub(in ::char) const fn from_u32(i: u32) -> Option<char>

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