RangedIndex

Type Alias RangedIndex 

Source
pub type RangedIndex<const MIN: usize, const MAX: usize> = RangeUsize<MIN, MAX>;
Expand description

Convenience alias for a ranged index type.

Aliased Typeยง

pub struct RangedIndex<const MIN: usize, const MAX: usize>(/* private fields */);