le function

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

Implementation

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