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 to have a trait that represents any integer, not just copyable or primitive ones. That way one could also abstract over, say, a BigInt type, or any similar thing.