Modulo constructor

Modulo(
  1. Logic in0,
  2. dynamic in1,
  3. {String name = 'modulo'}
)

Calculates the module of in0 % in1.

in1 can be either a Logic or int.

Implementation

Modulo