We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we add bitwise operations to the library?
See my question for motivation: https://stackoverflow.com/questions/68991707/how-to-do-unsigned-integer-bit-operations-in-java-1-8-that-match-ones-in-c
So just like we have the add and subtract operators, add:
add
subtract
and or xor compliment leftShift rightShift rightShiftZeroFill
The text was updated successfully, but these errors were encountered:
Thank you very much for your suggestion. That could be useful, indeed in the future. Let's track community interest first, before adding the feature.
Sorry, something went wrong.
No branches or pull requests
Versions:
Add bitwise operations
Can we add bitwise operations to the library?
See my question for motivation:
https://stackoverflow.com/questions/68991707/how-to-do-unsigned-integer-bit-operations-in-java-1-8-that-match-ones-in-c
So just like we have the
add
andsubtract
operators, add:The text was updated successfully, but these errors were encountered: