pub type RangedIndex<const MIN: usize, const MAX: usize> = RangeUsize<MIN, MAX>;
Convenience alias for a ranged index type.
pub struct RangedIndex<const MIN: usize, const MAX: usize>(/* private fields */);