gt function

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

Implementation

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