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

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

Required methods

pub fn gcd(&self) -> u64[src]

Loading content...

Implementations on Foreign Types

impl WithGcd for Vec<u64>[src]

impl WithGcd for Vec<i64>[src]

Loading content...

Implementors

Loading content...