Skip to main content

from_u32_unchecked

Function from_u32_unchecked 

1.5.0 (const: 1.81.0) ยท Source
pub const unsafe fn from_u32_unchecked(i: u32) -> char
๐Ÿ‘ŽDeprecating in a future version:

replaced by the from_u32_unchecked method on char

Expand description

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