pub const fn cmp_option_nonzeroisize(
left: Option<NonZeroIsize>,
right: Option<NonZeroIsize>,
) -> Ordering
Expand description
Compares two Option<NonZeroIsize>
, returning the ordering of left
relative to right
.
pub const fn cmp_option_nonzeroisize(
left: Option<NonZeroIsize>,
right: Option<NonZeroIsize>,
) -> Ordering
Compares two Option<NonZeroIsize>
, returning the ordering of left
relative to right
.