Function ranged

Source
pub fn ranged<R>(range: R, re: ReadableRe<'_>) -> ReadableRe<'_>
where R: RangeBounds<usize> + 'static,