strLe function

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

Implementation

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