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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl WithGcd<u64> for Vec<u64>[src]

impl WithGcd<i64> for Vec<i64>[src]

Loading content...

Implementors

Loading content...