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

feat: add more arithmetic op overloads to bitset128 #298

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

ivan-aksamentov
Copy link
Member

These are just convenient shortcuts for the common set operations - between 2 sets, and a set and a char, as well as all combinations where one of the arguments is a reference.

I use auto_ops macro to generate all the boilerplate impls.

These are just convenient shortcuts for the common set operations - between 2 sets, and a set and a char, as well as all combinations where one of the arguments is a reference.

I use [`auto_ops`](https://docs.rs/auto_ops/latest/auto_ops/) macro to generate all the boilerplate `impl`s.
@ivan-aksamentov ivan-aksamentov merged commit d2494c7 into rust Dec 10, 2024
14 checks passed
@ivan-aksamentov ivan-aksamentov deleted the feat/bitset128-more-ops branch December 10, 2024 23:04
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

Successfully merging this pull request may close these issues.

1 participant