Type Alias char16_t

Source
pub type char16_t = u16;
Expand description

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