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

pub fn gcd_unsigned<T: Unsigned + Copy>(a: T, b: T) -> T