pub const unsafe fn from_u32_unchecked(i: u32) -> char
Available on crate feature
std
only.Expand description
Converts a u32
to a char
, ignoring validity. Use char::from_u32_unchecked
instead.
pub const unsafe fn from_u32_unchecked(i: u32) -> char
std
only.Converts a u32
to a char
, ignoring validity. Use char::from_u32_unchecked
instead.