Function Subspace :: sus :: num :: operator^
Performs the bitwise operation l
XOR r
.
Satisfies the BitXor
concept for signed integers.
This operation supports shifting with primitive signed or unsigned integers that convert to the safe numeric, as well as enums. However enum class is excluded as they require an explicit conversion to an integer.