Skip to content

Instantly share code, notes, and snippets.

@simon-tiger
Last active October 19, 2018 16:17
Show Gist options
  • Save simon-tiger/4132aff8c5a8314dd096e5ac0630352b to your computer and use it in GitHub Desktop.
Save simon-tiger/4132aff8c5a8314dd096e5ac0630352b to your computer and use it in GitHub Desktop.
& (bitwise and)
| (bitwise or)
^ (bitwise xor)
~ (bitwise not)
<< (zero-fill bitshift left)
>> (signed bitshift right)
>>> (zero-fill bitshift right)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment