modPow method

int modPow(
  1. int exponent,
  2. int modulus
)

Implementation

int modPow(int exponent, int modulus) => value.modPow(exponent, modulus);