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