call method

Modular call(
  1. int value
)

Implementation

Modular call(
  int value,
) {
  return Modular(value, mod);
}