Function core::char::from_u32_unchecked
1.5.0 (const: unstable) · source · pub unsafe fn from_u32_unchecked(i: u32) -> char
Expand description
将 u32
转换为 char
,而忽略有效性。请使用 char::from_u32_unchecked
。
instead.
pub unsafe fn from_u32_unchecked(i: u32) -> char
将 u32
转换为 char
,而忽略有效性。请使用 char::from_u32_unchecked
。
instead.