1. ABI Cafe
  2. 1. introduction
  3. 2. usage
    1. 2.1. test files
    2. 2.2. calling conventions
    3. 2.3. type reprs
    4. 2.4. toolchain pairings
    5. 2.5. value generators
    6. 2.6. value selectors
    7. 2.7. value writers
  4. 3. trophy case
  5. KDLScript
  6. 4. introduction
  7. 5. attributes
  8. 6. functions
    1. 6.1. signatures
    2. 6.2. bodies (lmao)
  9. 7. types
    1. 7.1. primitives
    2. 7.2. nominal types
      1. 7.2.1. struct
      2. 7.2.2. union
      3. 7.2.3. enum
      4. 7.2.4. tagged
      5. 7.2.5. alias
      6. 7.2.6. pun
    3. 7.3. structural types
      1. 7.3.1. references
      2. 7.3.2. arrays
      3. 7.3.3. tuples

ABI Cafe

tuples

KDLScript only has the empty tuple () currently implemented.