fn into_range_unchecked(
    len: usize,
    (start, end): (Bound<usize>, Bound<usize>)
) -> Range<usize> 
Expand description

Convert pair of ops::Bounds into ops::Range without performing any bounds checking and (in debug) overflow checking