pub type Characters = Vec<RangeInclusive<u32>>;
Expand description

Unicode code points.

Aliased Type§

struct Characters { /* private fields */ }