operator ^ method

Long operator ^(
  1. Long other
)

Implementation

Long operator ^(Long other) => Long(_value ^ other._value);