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 Unsigned/Integer could be marked unsafe so that unsafe code downstream can “trust” that any Unsigned type will yield sensible answers. I do see that
This trait should not be implemented for anything outside this crate.
so unsafe would simply be a formal way to document this (either that, or through a private supertrait).