Skip to content
New issue

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

Add bit operators #174

Open
FranklinWaller opened this issue Jul 6, 2021 · 2 comments
Open

Add bit operators #174

FranklinWaller opened this issue Jul 6, 2021 · 2 comments

Comments

@FranklinWaller
Copy link

Operations such as:

  • or
  • xor
  • and
  • not
  • etc
@MikeMcl
Copy link
Owner

MikeMcl commented Jul 6, 2021

I do not want to add these operations as this is a minimalist library, and they would be limited to integers, as has been discussed before here.

However. I would certainly be happy to link to a decent bitwise implementation from the README here.

@FranklinWaller
Copy link
Author

I think a link for bitwise operators would be a nice addition + an explainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants