Function konst::primitive::cmp::cmp_option_i64

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

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