-
Simple integer literals
-
Integer literals with underscores
-
Integer literals with binary notation
-
Integer literals with octal notation
-
Integer literals with hexadecimal notation
-
Simple float literals
-
Float literals with underscores
-
Boolean values
-
Simple character literals
-
Simple escaped character literals
-
Character literals with hex code
-
String literals
-
Multiline string literals
- Base integer types
- Base unsigned integer types
- Base float types
- Base boolean type
- Type type
- Error type
- Ref
- Mut
- Array
- List
- Owned ?
-
Declaration + assignment
-
Assignment
-
Walrus operator
-
Array declaration / assignment / syntax
-
for .. in array
-
for .. in array with index
-
for .. in mut array
-
pattern matching with if
-
defer ?
- Structs
- Enums ?
- records ?
- trait definition
- function definition
- function return
- Function type
- trait implementation