- [x] defining our own `type TextRange = std::ops::Range<usize>` and reuse everywhere else. - [x] https://github.com/NomicFoundation/slang/issues/683 - [x] https://github.com/NomicFoundation/slang/issues/804
type TextRange = std::ops::Range<usize>and reuse everywhere else.TextIndex#683