Expand description
Definitions for compiled modules.
Structs§
- Function0
- A function taking 0 arguments
- Function1
- A function taking 1 arguments
- Function2
- A function taking 2 arguments
- Function3
- A function taking 3 arguments
- Function4
- A function taking 4 arguments
- Function5
- A function taking 5 arguments
- Function6
- A function taking 6 arguments
- Module
- A compiled module, the result of an invocation of
Compiler::compile.