pub const fn eq_range_usize<'a>( left: &'a Range<usize>, right: &'a Range<usize>, ) -> bool
Compares two Range<usize> for equality.
Range<usize>