-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Additional constructors/possible-classification for std::bitv #2964
Comments
There's already a bug for the second issue: #2341 - I actually have a patch for this, but it's not working and I haven't gotten around to figuring out why. Feel free to submit a pull request for the added functions! Thanks! |
Closing this, but please do submit that pull request. |
This was referenced Jul 21, 2012
Closed
brson
pushed a commit
that referenced
this issue
Sep 4, 2012
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Dependency upgrade resulting from `cargo update`. Co-authored-by: tautschnig <tautschnig@users.noreply.github.com> Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have written these functions for my own use, but I would like it better if they were inside std::bitv:
(there are also corresponding to_bytes/to_bools methods).
As a separate but related issue, I think it would be nice if the bitv type was turned into a class and its internal data marked as private members.
As either of these requests pleasing to you? I can provide pull requests (with tests/docs/etc) if they are.
The text was updated successfully, but these errors were encountered: