1. The Move Reference
  2. Getting Started
  3. 1. Modules
  4. Basic Concepts
  5. 2. Primitive Types
    1. 2.1. Integers
    2. 2.2. Bool
    3. 2.3. Address
    4. 2.4. Vector
    5. 2.5. References
    6. 2.6. Tuples and Unit
  6. 3. Local Variables and Scopes
  7. 4. Equality
  8. 5. Abort and Assert
    1. 5.1. Clever Errors
  9. 6. Control Flow
    1. 6.1. Conditional Expressions
    2. 6.2. Loops
    3. 6.3. Labeled Control FLow
    4. 6.4. Pattern Matching
  10. 7. Functions
    1. 7.1. Macro Functions
  11. 8. Structs
  12. 9. Enums
  13. 10. Constants
  14. 11. Generics
  15. 12. Type Abilities
  16. 13. Uses and Aliases
  17. Advanced Concepts
  18. 14. Method Syntax
  19. 15. Index Syntax Methods
  20. Tooling
  21. 16. Packages
  22. 17. Unit Tests
  23. Reference
  24. 18. Coding Conventions
  25. Deprecated
  26. 19. Friends

The Move Reference

See Sui's Coding Conventions for Move