operator ^ abstract method

IntX operator ^(
  1. dynamic other
)

Bitwise xor operator.

Implementation

IntX operator ^(other);