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