Structs§
- Contains the information for a call being made to a declared command.
- A slice into the
data
array of a block. This is a compact and cache-friendly way to store string data that a block uses. - A possible reference into the abstract syntax tree for an instruction. This is not present for most instructions and is just added when needed.
Enums§
- A literal value that can be embedded in an instruction.
- A redirection mode for the next call. See
OutDest
.