[][src]Function geng_core::prelude::index_range

pub fn index_range<R>(len: usize, range: R) -> Range<usize>

Important traits for Range<A>

impl<A> Iterator for Range<A> where
    A: Step
type Item = A;
where
    R: RangeBounds<usize>,