Trait rdcl_aoc_helpers::math::with_gcd::WithGcd[][src]

pub trait WithGcd<T> {
    fn gcd(&self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors