pub const fn cmp_option_u8(left: Option<u8>, right: Option<u8>) -> Ordering
Compares two Option<u8>, returning the ordering of left relative to right.
Option<u8>
left
right