Function wasmtime_environ::__core::char::from_u32
1.0.0 (const: 1.67.0) · source · pub const fn from_u32(i: u32) -> Option<char>Expand description
Converts a u32 to a char. Use char::from_u32 instead.
pub const fn from_u32(i: u32) -> Option<char>Converts a u32 to a char. Use char::from_u32 instead.