ruff
35ba3c91
- Use `u64` instead of `i64` in Int type (#11356)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Use `u64` instead of `i64` in Int type (#11356) ## Summary I believe the value here is always unsigned, since we represent `-42` as a unary operator on `42`.
References
#11356 - Use `u64` instead of `i64` in Int type
Author
charliermarsh
Parents
1f794077
Loading