Function kvarn::prelude::utils::prelude::compact_str::core::char::from_u32_unchecked

1.5.0 (const: unstable) · source ·
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.