rem function

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

Implementation

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