1. 1. Intro
  2. 2. Lexical
    1. 2.1. Keywords
    2. 2.2. Identifiers
    3. 2.3. Comments
    4. 2.4. Whitespaces
    5. 2.5. Letters
    6. 2.6. Numbers
    7. 2.7. Symbols
  3. 3. Code blocks
    1. 3.1. Statements
      1. 3.1.1. Control
    2. 3.2. Exporessions
      1. 3.2.1. Arithmetic
      2. 3.2.2. Literals
      3. 3.2.3. Ranges
      4. 3.2.4. Access
  4. 4. Meta programming
    1. 4.1. Build-In
    2. 4.2. Macros
    3. 4.3. Alternatives
    4. 4.4. Defaults
    5. 4.5. Templates
  5. 5. Type system
    1. 5.1. Ordinal
    2. 5.2. Container
    3. 5.3. Complex
    4. 5.4. Special
  6. 6. Syntax items
    1. 6.1. Variables
    2. 6.2. Routines
      1. 6.2.1. Procedures
      2. 6.2.2. Functions
      3. 6.2.3. Methods
      4. 6.2.4. Logicals
    3. 6.3. Constructs
      1. 6.3.1. Aliases
      2. 6.3.2. Structs
    4. 6.4. Standards
    5. 6.5. Generics
  7. 7. Modules tree
    1. 7.1. Imports
    2. 7.2. Declarations
    3. 7.3. Tests
  8. 8. Error handling
    1. 8.1. Braking
    2. 8.2. Recover
  9. 9. Language sugar
    1. 9.1. Silents
    2. 9.2. Pipes
    3. 9.3. Mixture
    4. 9.4. Limits
    5. 9.5. Matching
    6. 9.6. Rolling
    7. 9.7. Unpacking
    8. 9.8. Inquiry
    9. 9.9. Chaining
  10. 10. Conversion
    1. 10.1. Coercion
    2. 10.2. Casting
  11. 11. Memory model
    1. 11.1. Ownership
    2. 11.2. Pointers
  12. 12. Multi Threading
    1. 12.1. Eventuals
    2. 12.2. Corutines

Casting