[][src]Type Definition typenum::U0

type U0 = UTerm;

Trait Implementations

impl Gcd<UTerm> for U0
[src]

gcd(0, 0) = 0

The greatest common divisor.

impl<Y> Gcd<Y> for U0 where
    Y: Unsigned + NonZero
[src]

gcd(0, y) = y

The greatest common divisor.