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