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