pub const fn from_u32(i: u32) -> Option<char>👎Deprecating in a future version:
replaced by the from_u32 method on char
Expand description
Converts a u32 to a char. Use char::from_u32 instead.
pub const fn from_u32(i: u32) -> Option<char>replaced by the from_u32 method on char
Converts a u32 to a char. Use char::from_u32 instead.