XorUnary constructor Null safety
Calculates the parity of the bits of in_
.
Implementation
XorUnary(Logic in_, {String name = 'uxor'})
: super((a) => a.xor(), '^', in_, name: name);
Calculates the parity of the bits of in_
.
XorUnary(Logic in_, {String name = 'uxor'})
: super((a) => a.xor(), '^', in_, name: name);