pub type NonNegativeIntegerRange = RangeImpl<usize>;
Expand description

Provides a type to be used to create non negative integer ranges.