[][src]Type Definition cpp_core::char16_t

type char16_t = u16;

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.