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