Skip to content

Use bit_field or bitvec instead of 1 << #21

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

Open
daym opened this issue Aug 16, 2022 · 1 comment
Open

Use bit_field or bitvec instead of 1 << #21

daym opened this issue Aug 16, 2022 · 1 comment
Assignees

Comments

@daym
Copy link
Collaborator

daym commented Aug 16, 2022

Right now we just do 1 << to access a very regular bit array.

It would be better to use bit_field or bitvec or similar instead.

Originally posted by @dancrossnyc in #20 (comment)

@daym daym self-assigned this Aug 16, 2022
@dancrossnyc
Copy link
Contributor

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