☰
U0
Trait Implementations
Gcd<UTerm>
Gcd<Y>
In typenum
?
Type Definition
typenum
::
U0
source
·
[
−
]
pub type U0 =
UTerm
;
Trait Implementations
source
impl
Gcd
<
UTerm
> for
U0
gcd(0, 0) = 0
type
Output
=
UTerm
The greatest common divisor.
source
impl<Y>
Gcd
<Y> for
U0
where
Y:
Unsigned
+
NonZero
,
gcd(0, y) = y
type
Output
= Y
The greatest common divisor.