pub const fn cmp_nonzerou32(left: NonZeroU32, right: NonZeroU32) -> Ordering
Expand description
Compares two NonZeroU32
, returning the ordering of left
relative to right
.
pub const fn cmp_nonzerou32(left: NonZeroU32, right: NonZeroU32) -> Ordering
Compares two NonZeroU32
, returning the ordering of left
relative to right
.