Function konst::primitive::cmp::cmp_option_i16
source ยท pub const fn cmp_option_i16(left: Option<i16>, right: Option<i16>) -> Ordering
Expand description
Compares two Option<i16>
, returning the ordering of left
relative to right
.