Type Definition widestring::WideChar[][src]

type WideChar = u32;

Alias for u16 or u32 depending on platform. Intended to match typical C wchar_t size on platform.