Function core::slice::index::into_range_unchecked
source · fn into_range_unchecked(
len: usize,
(start, end): (Bound<usize>, Bound<usize>)
) -> Range<usize> ⓘ
Expand description
Convert pair of ops::Bound
s into ops::Range
without performing any bounds checking and (in debug) overflow checking