You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the general consensus on having Copy trait in Int256/Uint256 is that we're using num-bigint which uses dynamic memory which in current rust makes the type noncopyable.
Even if we have to do the bit fiddling ourselves.
The text was updated successfully, but these errors were encountered: