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
@tych0 suggested in #62 that we change my use of uint to int.
I had just used uints for places that I expected only a positive number, but the standard library has some things available to ints that are not available to uints (such as intSlice).
The text was updated successfully, but these errors were encountered:
@tych0 suggested in #62 that we change my use of uint to int.
I had just used uints for places that I expected only a positive number, but the standard library has some things available to ints that are not available to uints (such as intSlice).
The text was updated successfully, but these errors were encountered: