Skip to content

Commit d5c20af

Browse files
authored
Add u128 and i128 tokens
Additionally all other tokens were sorted `u..` first, then `i..` - so I re-ordered `usize` & `isize` to conform
1 parent d9e6a59 commit d5c20af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ evaluated (primarily) at compile time.
7979

8080
| Integer | Floating-point |
8181
|---------|----------------|
82-
| `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`, `isize`, `usize` | `f32`, `f64` |
82+
| `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`, `u128`, `i128`, `usize`, `isize` | `f32`, `f64` |
8383

8484
### Character and string literals
8585

0 commit comments

Comments
 (0)