pub(super) const unsafe fn from_u32_unchecked(i: u32) -> char
Expand description
Converts a u32
to a char
, ignoring validity. See char::from_u32_unchecked
.
pub(super) const unsafe fn from_u32_unchecked(i: u32) -> char
Converts a u32
to a char
, ignoring validity. See char::from_u32_unchecked
.