1. Foreword
  2. Introduction
  3. Getting Started
  4. Concepts
    1. Items and imports
    2. Functions
    3. Control flow
    4. Variables and memory
    5. Loops
    6. Pattern matching
    7. Template literals
    8. Instance functions
    9. Field functions
    10. Traits
  5. Built-in types
    1. Primitives and references
    2. Vectors
    3. Objects
    4. Tuples
  6. Dynamic types
    1. Structs
    2. Enums
  7. External types
  8. Try operator
  9. Generators
  10. Closures
  11. Asynchronous programming
    1. Streams
  12. Multithreading
  13. Hot reloading
  14. Macros
  15. Advanced
    1. Drop order
    2. Safety
    3. Sandboxing
    4. The stack
    5. Call frames
    6. Compiler guide
  16. Deprecated
    1. String literals