Function gcd::euclid_u64[][src]

pub const fn euclid_u64(a: u64, b: u64) -> u64
Expand description

Const euclid GCD implementation for u64.