Type Definition unicode_intervals::Interval

source ·
pub type Interval = (u32, u32);
Expand description

Interval between two Unicode codepoints.