Function konst::primitive::cmp::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.