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