[][src]Function algorithms_edu::math::gcd::gcd

pub fn gcd<T: Signed + Copy>(a: T, b: T) -> T