operator ^ abstract method

IntX operator ^(
  1. Object other
)

Bitwise xor operator.

Implementation

IntX operator ^(Object other);