Function core::char::from_u32_unchecked
1.5.0 (const: unstable) · source · pub unsafe fn from_u32_unchecked(i: u32) -> char
Expand description
Converts a u32
to a char
, ignoring validity. Use char::from_u32_unchecked
.
instead.