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
Personally I, as a Rust competitive programmer, doubt it's useful. I assume that in expressions like x + y, x and y have the same type. This change will break the assumption.
It would be convenient if we could
u32 + Modint
, and so on.The text was updated successfully, but these errors were encountered: