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 nice if std::num::Wrapping supported From<T> and Into<T>, at least when T is a numeric primitive. I assumed these impls would exist and was surprised to find that they do not.