Commit 9ddb03a 1 parent 76fa546 commit 9ddb03a Copy full SHA for 9ddb03a
File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,14 @@ value.
50
50
51
51
<span class =" caption " >Table 3-1: Integer Types in Rust</span >
52
52
53
- | Length | Signed | Unsigned |
54
- | --------| ---------| ----------|
55
- | 8-bit | ` i8 ` | ` u8 ` |
56
- | 16-bit | ` i16 ` | ` u16 ` |
57
- | 32-bit | ` i32 ` | ` u32 ` |
58
- | 64-bit | ` i64 ` | ` u64 ` |
59
- | arch | ` isize ` | ` usize ` |
53
+ | Length | Signed | Unsigned |
54
+ | ---------| ---------| ----------|
55
+ | 8-bit | ` i8 ` | ` u8 ` |
56
+ | 16-bit | ` i16 ` | ` u16 ` |
57
+ | 32-bit | ` i32 ` | ` u32 ` |
58
+ | 64-bit | ` i64 ` | ` u64 ` |
59
+ | 128-bit | ` i128 ` | ` u128 ` |
60
+ | arch | ` isize ` | ` usize ` |
60
61
61
62
Each variant can be either signed or unsigned and has an explicit size.
62
63
* Signed* and * unsigned* refer to whether it’s possible for the number to be
You can’t perform that action at this time.
0 commit comments