pub const unsafe fn from_u32_unchecked(i: u32) -> char๐Deprecating in a future version:
replaced by the from_u32_unchecked method on char
Expand description
Converts a u32 to a char, ignoring validity. Use char::from_u32_unchecked
instead.