pub const fn eq_option_u8(left: Option<u8>, right: Option<u8>) -> bool
Compares two Option<u8> for equality.
Option<u8>