Type Alias typenum::consts::U0

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.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 0 bytes