pub const unsafe fn from_u32_unchecked(i: u32) -> charAvailable on non-crate feature
ferrocene_certified 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) -> charferrocene_certified only.Converts a u32 to a char, ignoring validity. Use char::from_u32_unchecked
instead.