strLt function

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

Implementation

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