xor method

SquareSet xor(
  1. SquareSet other
)

Implementation

SquareSet xor(SquareSet other) => SquareSet(value ^ other.value);