typenum
1.17.0
U0
Aliased type
Trait Implementations
Gcd<UTerm>
Gcd<Y>
In typenum::
consts
typenum
::
consts
Type Alias
U0
Copy item path
Source
pub type U0 =
UTerm
;
Aliased Type
§
struct U0;
Trait Implementations
§
Source
§
impl
Gcd
<
UTerm
> for
U0
gcd(0, 0) = 0
Source
§
type
Output
=
UTerm
The greatest common divisor.
Source
§
impl<Y>
Gcd
<Y> for
U0
where Y:
Unsigned
+
NonZero
,
gcd(0, y) = y
Source
§
type
Output
= Y
The greatest common divisor.