[−][src]Type Definition unicode_bidi::LevelRun
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.