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