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

Support bitwise XOR operator (#) #3420

Closed
alamb opened this issue Sep 9, 2022 · 1 comment · Fixed by #3430
Closed

Support bitwise XOR operator (#) #3420

alamb opened this issue Sep 9, 2022 · 1 comment · Fixed by #3430
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alamb
Copy link
Contributor

alamb commented Sep 9, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
See usecase from @FauxFaux on #1619

The only remaining bitwise operator left to go is bitwise XOR (#) which is tracked by this ticket

Describe the solution you'd like
Implement bitwise XOR operator (following the model of bitwise AND & and OR |) -- see PRs linked from #1619

I think this is a good first issue as there are existing operator examples which can be followed and newcomers could learn the codebase

@alamb alamb added enhancement New feature or request good first issue Good for newcomers labels Sep 9, 2022
@askoa
Copy link
Contributor

askoa commented Sep 9, 2022

I'll take a shot at this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants