xor function

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

Implementation

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