Function core::char::convert::from_u32_unchecked
source · pub(super) const unsafe fn from_u32_unchecked(i: u32) -> charExpand description
Converts a u32 to a char, ignoring validity. See char::from_u32_unchecked.