operator ^ method

Expr operator ^(
  1. Object other
)

Implementation

Expr operator ^(Object other) => xor(this, $(other));