Bit-shift
A bit shift operation moves the bits contained in a binary numeral or bit pattern to the left or to the right.
Xor
For questions involving exclusive-or operations (typically bitwise).
Others
Example |
---|
The official tutorial on bitwise and bit-shift operators has more information about other related operators and xor left shift right shift from question Passing several arguments to single parameterized method with "|"? |