Type Definition unicode_bidi::LevelRun [−][src]
type LevelRun = Range<usize>;
A maximal substring of characters with the same embedding level.
Represented as a range of byte indices.
type LevelRun = Range<usize>;
A maximal substring of characters with the same embedding level.
Represented as a range of byte indices.