[][src]Type Definition cpp_core::char32_t

type char32_t = u32;

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.