pub type LevelRun = Range<usize>;
A maximal substring of characters with the same embedding level.
Represented as a range of byte indices.