mod function

BinaryOp mod(
  1. Expr x,
  2. Expr y
)

Implementation

BinaryOp mod(Expr x, Expr y) => BinaryOp(BinaryOpKind.mod, x, y).declare();