We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa72371 commit 3955fe3Copy full SHA for 3955fe3
src/types.md
@@ -67,12 +67,12 @@ fn main() {
67
68
The machine types are the following:
69
70
-* The unsigned word types `u8`, `u16`, `u32`, `u64`, and `u128` with values drawn from
71
- the integer intervals [0, 2^8 - 1], [0, 2^16 - 1], [0, 2^32 - 1],
+* The unsigned word types `u8`, `u16`, `u32`, `u64`, and `u128` with values
+ drawn from the integer intervals [0, 2^8 - 1], [0, 2^16 - 1], [0, 2^32 - 1],
72
[0, 2^64 - 1], and [0, 2^128 - 1] respectively.
73
74
-* The signed two's complement word types `i8`, `i16`, `i32`, `i64`, and `i128`, with
75
- values drawn from the integer intervals [-(2^7), 2^7 - 1],
+* The signed two's complement word types `i8`, `i16`, `i32`, `i64`, and `i128`,
+ with values drawn from the integer intervals [-(2^7), 2^7 - 1],
76
[-(2^15), 2^15 - 1], [-(2^31), 2^31 - 1], [-(2^63), 2^63 - 1], and
77
[-(2^127), 2^127 - 1] respectively.
78
0 commit comments