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 use the checked overflow traits to expand the representation to a big integer on overflow. It will be much slower than a bounded integer type, but not as slow as a big integer before overflow (but slower afterwards).
This is similar to an implementation of small vectors.