iff function

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

Implementation

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