konst::primitive::cmp

Function 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.