Module module
Source Expand description
- AliasDecl
- A type alias declaration. Resolved at link time.
- AliasDefn
- A type alias definition, used only for debug/metadata.
- FuncDecl
- External function declaration, linked at runtime.
- FuncDefn
- A function definition.
- Module
- The root of a module, parent of all other
OpType
s.