Skip to main content

from_u32

Function from_u32 

1.6.0 (const: 1.67.0) ยท Source
pub const fn from_u32(i: u32) -> Option<char>
๐Ÿ‘ŽDeprecating in a future version:

replaced by the from_u32 method on char

Expand description

Converts a u32 to a char. Use char::from_u32 instead.