Function gcd::euclid_u128

source ยท
pub const fn euclid_u128(a: u128, b: u128) -> u128
Expand description

Const euclid GCD implementation for u128.