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

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