pub type CharSet<'a> = Set<'a, char>;
Set over unicodecode points.
pub struct CharSet<'a>(/* private fields */);