[][src]Trait algorithms_edu::algo::math::gcd::GcdUnsigned

pub trait GcdUnsigned: PrimInt + Unsigned {
    pub fn gcd(self, other: Self) -> Self { ... }
}

Provided methods

pub fn gcd(self, other: Self) -> Self[src]

Loading content...

Implementors

impl<I: Unsigned + PrimInt> GcdUnsigned for I[src]

Loading content...