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