[][src]Type Definition unic_bidi::LevelRun

type LevelRun = Range<usize>;

A maximal substring of characters with the same embedding level.

Represented as a range of byte indices.