Function range

Source
pub fn range<R>(range: R, bounds: RangeTo<usize>) -> Range<usize>
where R: RangeBounds<usize>,