Function konst::primitive::cmp::cmp_option_i128

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

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