Type Definition widestring::WideChar [−][src]
type WideChar = u16;
Alias for u16
or u32
depending on platform. Intended to match typical C wchar_t
size on platform.
type WideChar = u16;
Alias for u16
or u32
depending on platform. Intended to match typical C wchar_t
size on platform.