Part 9. Optionals and Advanced Types
An optional type is a type that can hold either a value or no value.
| Section | Title |
|---|---|
| 1 | Optional Types |
| 2 | Optional Unwrapping |
| 3 | Nullable Pointers |
| 4 | Vectors |
| 5 | Opaque Types |
| 6 | anytype |
| 7 | Error Union Internals |
| 8 | Type Coercion |
| 9 | Type Reflection Basics |