lt function

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

Implementation

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