-
Notifications
You must be signed in to change notification settings - Fork 5
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
remove redundant bits_per_element #12
Conversation
I'd rather replace |
So just use I think I would make it return an I've come to the conclusion that APIs should in general return Edit: Or maybe just deprecate Edit2: I did the latter 😄 |
6712d71
to
14d887c
Compare
Yes this is how I imagined it, and keeping everything |
14d887c
to
975e436
Compare
Just rebased it onto the master real quick 😄 |
If you open your branch to edits for maintainers, I can fix the pending issues myself |
Apparently I can't... |
See the unresolved conversation above |
I feel like out conversation histories convered into different states in githubs database. Can you link me the comments? I don't seem to see them (or am just bad at looking). |
I figured I'd help out by doing at least some tedious stuff 😅
This is just a replacement of all usages of
self.bits_per_element
withself.data.len()
,and removes the now unnecessary
as uint
s.