On this page
Function std::char::from_u32_unchecked
pub unsafe fn from_u32_unchecked(i: u32) -> char
Converts a u32
to a char
, ignoring validity. Use char::from_u32_unchecked
. instead.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/char/fn.from_u32_unchecked.html