Return the greatest common divisor of the arguments, which must be integers. GCD with no arguments is defined to be 0.
(&rest sb-kernel::integers)