We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MAX_SAFE_INTEGER
MAX_SAFE_INTEGER has the wrong value. It is:
pub const MAX_SAFE_INTEGER: u64 = 900_719_925_474_099;
it should be
pub const MAX_SAFE_INTEGER: u64 = 9_007_199_254_740_991;
The text was updated successfully, but these errors were encountered:
huh.
....I guess whoever copy-pasted that number failed to copy paste the final 1 (probably me)? Sorry about that. Would you like to PR this change?
1
Sorry, something went wrong.
No branches or pull requests
MAX_SAFE_INTEGER
has the wrong value. It is:it should be
The text was updated successfully, but these errors were encountered: