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
128 bit integers are stable with Rust 1.26 and hence they could be added to the table below :
i8
u8
i16
u16
i32
u32
i64
u64
isize
usize
Ref : https://doc.rust-lang.org/std/u128/index.html Relevant PR : rust-lang/rust#49101
Relevant section : https://doc.rust-lang.org/book/second-edition/ch03-02-data-types.html#integer-types
Thanks for the book.
The text was updated successfully, but these errors were encountered:
Sorry, I just came across #1230 after search. Feel free to close this if it doesn't need to be added.
Thanks
Sorry, something went wrong.
It's actually a duplicate of #1294, though that's a bit hard to tell! Thanks!
Successfully merging a pull request may close this issue.
128 bit integers are stable with Rust 1.26 and hence they could be added to the table below :
i8
u8
i16
u16
i32
u32
i64
u64
isize
usize
Ref : https://doc.rust-lang.org/std/u128/index.html
Relevant PR : rust-lang/rust#49101
Relevant section : https://doc.rust-lang.org/book/second-edition/ch03-02-data-types.html#integer-types
Thanks for the book.
The text was updated successfully, but these errors were encountered: