Closed
Description
AddAssign
and the others are only implemented for equal right hand side arguments. AddAssign<u32> for u32
works well for integers, but the by reference Rhs implementation is important too, so that bigints and other non-Copy data types can have some interface in common with the primitive number types.