xor method

  1. @override
Logic xor()
override

Unary XOR.

Implementation

@override
Logic xor() => packed.xor();