xor
lib.trivial.xor
Docs pulled from | This Revision | 10 minutes ago
Noogle detected
Implementation
The following is the current implementation of this function.
xor = x: y: (!x) != (!y);
The following is the current implementation of this function.
xor = x: y: (!x) != (!y);