An integer that is known not to equal its minimum value.
Creates a new non-min if the given value is not the minimum value.
Creates a new non-min without checking the value.
The value must not equal the minimum representable value for the primitive type.
&=
operation. Read moreself
and other
) and is used by the <=
operator. Read moreself
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreself
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more