Modifys bits directly
operator | name |
---|---|
& | Bitwise AND |
| | Bitwise OR |
^ | Bitwise XOR |
<< | Bitwise Left Shift |
>> | Bitwise Right Shift |
~ | Bitwise NOT |
Modifys bits directly
operator | name |
---|---|
& | Bitwise AND |
| | Bitwise OR |
^ | Bitwise XOR |
<< | Bitwise Left Shift |
>> | Bitwise Right Shift |
~ | Bitwise NOT |