Function konst::primitive::cmp::cmp_option_i32

source ·
pub const fn cmp_option_i32(left: Option<i32>, right: Option<i32>) -> Ordering
Available on crate feature cmp only.
Expand description

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