Re-exports§
Modules§
Macros§
- evaluate
- Creates a match statement that evaluates the operation.
- execute
- Creates a match statement that executes the operation.
- instruction
- Creates a match statement that applies the given operation for each instruction.
- operation
- Creates a new
struct
that implements theOperation
trait. - output_
type - Creates a match statement that returns the output type given the input types.
Structs§
- Closure
Core - Function
Core - Import
- An import statement defines an imported program, and is of the form
import {name}.{network};
. If nonetwork
-level domain is specified, the default network is used. - Mapping
- Program
Core