Function konst::nonzero::cmp::cmp_option_nonzeroi128

source ยท
pub const fn cmp_option_nonzeroi128(
    left: Option<NonZeroI128>,
    right: Option<NonZeroI128>,
) -> Ordering
Expand description

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