Type Alias char32_t

Source
pub type char32_t = u32;
Expand description

Type for UTF-32 character representation, required to be large enough to represent any UTF-32 code unit (32 bits). Same as C++’s char32_t type.