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

128 bit integers are stable with Rust 1.26 #1363

Closed
tirkarthi opened this issue May 16, 2018 · 2 comments · Fixed by #1364
Closed

128 bit integers are stable with Rust 1.26 #1363

tirkarthi opened this issue May 16, 2018 · 2 comments · Fixed by #1364

Comments

@tirkarthi
Copy link
Contributor

128 bit integers are stable with Rust 1.26 and hence they could be added to the table below :

Length Signed Unsigned
8-bit i8 u8
16-bit i16 u16
32-bit i32 u32
64-bit i64 u64
arch 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.

@tirkarthi
Copy link
Contributor Author

Sorry, I just came across #1230 after search. Feel free to close this if it doesn't need to be added.

Thanks

@steveklabnik
Copy link
Member

It's actually a duplicate of #1294, though that's a bit hard to tell! Thanks!

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

Successfully merging a pull request may close this issue.

2 participants