Function konst::nonzero::cmp::cmp_nonzeroi32
source ยท pub const fn cmp_nonzeroi32(left: NonZeroI32, right: NonZeroI32) -> Ordering
Expand description
Compares two NonZeroI32
, returning the ordering of left
relative to right
.