pub unsafe fn from_u32_unchecked(i: u32) -> char
Available on non-crate feature miri-test-libstd only.
Expand description

Converts a u32 to a char, ignoring validity. Use char::from_u32_unchecked. instead.