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
It would be a breaking change to add that, since existing NumOps types might not satisfy the added requirements, but we can add it in a new trait like #232 suggests.
It's also trivial to just define your own local trait in this case, since there are no direct methods to define.
It would be nice to have it complete to where I can not only use normal arithmetic but bitwise operations such as BitAnd, BitOr, BitXor, etc.
The text was updated successfully, but these errors were encountered: