konst::primitive::cmp

Function cmp_option_i32

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

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