Function core::char::convert::from_u32_unchecked
source · 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
.