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