konst::primitive::cmp

Function cmp_option_i64

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

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