gcd method

int gcd(
  1. int other
)

See int.gcd

Implementation

int gcd(int other) => value.gcd(other);