pub(crate) fn into_range_unchecked(
len: usize,
(start, end): (Bound<usize>, Bound<usize>),
) -> Range<usize> ⓘ
Expand description
Converts a pair of ops::Bound
s into ops::Range
without performing any
bounds checking or (in debug) overflow checking.