InstructionResult
struct InstructionResult
The value produced by executing an instruction.
-
The instruction’s output as an opaque, type-erased value.
Declaration
Swift
public var payload: Any
Interpreter Docs (92% documented)
struct InstructionResult
The value produced by executing an instruction.
The instruction’s output as an opaque, type-erased value.
Swift
public var payload: Any