modulo method

Modulo modulo(
  1. Field other
)

Creates a Modulo operator: this % other.

Implementation

Modulo modulo(Field other) => Modulo(left: this, right: other);