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