The terminating type for UInt
; it always comes after the most significant
bit. UTerm
by itself represents zero, which is aliased to U0
.
Instantiates a singleton representing this unsigned integer.
Associated type representing the array type for the number
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
The result of the exponentiation.
This function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
[−]
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
This method returns an ordering between self
and other
values if one exists. Read more
[−]
This method tests less than (for self
and other
) and is used by the <
operator. Read more
[−]
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
[−]
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
[−]
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
The resulting type after applying the &
operator.
Performs the &
operation.
The resulting type after applying the /
operator.
Performs the /
operation.
Returns the "default value" for a type. Read more
The resulting type after applying the %
operator.
Performs the %
operation.
The type of the maximum of Self
and Rhs
Method returning the maximum
The type of the minimum of Self
and Rhs
Method returning the minimum
The type of the result of the division
Method for performing the division
Length of UTerm
by itself is 0
The length as a type-level unsigned integer.
This function isn't used in this crate, but may be useful for others.
Shifting UTerm
by a 1 bit: UTerm << B1 = UTerm
The resulting type after applying the <<
operator.
Performs the <<
operation.
Shifting left UTerm
by an unsigned integer: UTerm << U = UTerm
The resulting type after applying the <<
operator.
Performs the <<
operation.
Shifting left UInt
by UTerm
: UInt<U, B> << UTerm = UInt<U, B>
The resulting type after applying the <<
operator.
Performs the <<
operation.
Shifting UTerm
by a 0 bit: UTerm << B0 = UTerm
The resulting type after applying the <<
operator.
Performs the <<
operation.
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self | 1.21.0 [src] |
[−]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self | 1.21.0 [src] |
[−]
Compares and returns the minimum of two values. Read more
The resulting type after applying the *
operator.
Performs the *
operation.
UInt<U, B> * UTerm = UTerm
The resulting type after applying the *
operator.
Performs the *
operation.
The resulting type after applying the *
operator.
Performs the *
operation.
The resulting type after applying the *
operator.
Performs the *
operation.
Formats the value using the given formatter. Read more
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm
The resulting type after applying the >>
operator.
Performs the >>
operation.
Shifting right UTerm
by a 1 bit: UTerm >> B1 = UTerm
The resulting type after applying the >>
operator.
Performs the >>
operation.
Shifting right UInt
by UTerm
: UInt<U, B> >> UTerm = UInt<U, B>
The resulting type after applying the >>
operator.
Performs the >>
operation.
Shifting right UTerm
by a 0 bit: UTerm >> B0 = UTerm
The resulting type after applying the >>
operator.
Performs the >>
operation.
Performs copy-assignment from source
. Read more
The resulting type after applying the -
operator.
Performs the -
operation.
The resulting type after applying the -
operator.
Performs the -
operation.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
The resulting type after applying the ^
operator.
Performs the ^
operation.
The resulting type after applying the |
operator.
Performs the |
operation.
The resulting type after applying the |
operator.
Performs the |
operation.
UInt<U, B> + UTerm = UInt<U, B>
The resulting type after applying the +
operator.
Performs the +
operation.
The resulting type after applying the +
operator.
Performs the +
operation.
The resulting type after applying the +
operator.
Performs the +
operation.
UTerm + B1 = UInt<UTerm, B1>
The resulting type after applying the +
operator.
Performs the +
operation.