[][src]Function rdcl_aoc_helpers::math::gcd

pub fn gcd(a: u64, b: u64) -> u64

Computes the greatest common divisor for numbers a and b.