Function konst::nonzero::cmp::cmp_option_nonzeroi8

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

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