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
support/num_traits
On 2023-10-13 @prestwich wrote in 0fdcd4d “Merge pull request #329 from DaniPopes/const-bytes”:
0fdcd4d
Move out of support.
fn checked_rem(&self, other: &Self) -> Option<Self> { <Self>::checked_rem(*self, *other) } } // TODO: Move out of support. impl<const BITS: usize, const LIMBS: usize> Shl<u32> for Uint<BITS, LIMBS> { type Output = Self; #[inline(always)] fn shl(self, rhs: u32) -> Self::Output {
From src/support/num_traits.rs:128
src/support/num_traits.rs:128
The text was updated successfully, but these errors were encountered:
prestwich
No branches or pull requests
On 2023-10-13 @prestwich wrote in
0fdcd4d
“Merge pull request #329 from DaniPopes/const-bytes”:Move out of support.
From
src/support/num_traits.rs:128
The text was updated successfully, but these errors were encountered: