We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shl
Shr
It would be nice to support the Shl and Shr traits for uints.
The text was updated successfully, but these errors were encountered:
Shl<usize> and Shr<usize> are currently impled in bits.rs
Shl<usize>
Shr<usize>
bits.rs
Shl<u32> and Shr<u32> are currently impld in support/num_traits.rs with TODOs to move out of support. I'll close those issues in favor of this one.
Shl<u32>
Shr<u32>
support/num_traits.rs
Supersedes #300 & #301
Sorry, something went wrong.
Uint
support/num_traits
prestwich
Successfully merging a pull request may close this issue.
It would be nice to support the Shl and Shr traits for uints.
The text was updated successfully, but these errors were encountered: