Skip to main content

DiplomatChar

Type Alias DiplomatChar 

Source
pub type DiplomatChar = u32;
Expand description

Like char, but unvalidated.

This type will usually map to some character type in the target language, and you will not need to worry about the safety of mismatched string invariants.