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
Rusts % operator mimics C and C++ in that it's not modulo but remainder. This behavior should probably not be changed, however the documentation and naming convention should make it clear that it's the remainder operation.