Function indexmap::util::simplify_range

source ยท
pub(crate) fn simplify_range<R>(range: R, len: usize) -> Range<usize>
where R: RangeBounds<usize>,