Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ints instead of uints #65

Open
smoser opened this issue Apr 15, 2020 · 0 comments
Open

use ints instead of uints #65

smoser opened this issue Apr 15, 2020 · 0 comments

Comments

@smoser
Copy link
Collaborator

smoser commented Apr 15, 2020

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant