div function

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

Implementation

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