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