Type Definition unicode_bidi::LevelRun
source · pub type LevelRun = Range<usize>;
Expand description
A maximal substring of characters with the same embedding level.
Represented as a range of byte indices.
pub type LevelRun = Range<usize>;
A maximal substring of characters with the same embedding level.
Represented as a range of byte indices.