konst::primitive::cmp

Function cmp_option_i8

Source
pub const fn cmp_option_i8(left: Option<i8>, right: Option<i8>) -> Ordering
Expand description

Compares two Option<i8>, returning the ordering of left relative to right.