struct
EvalResultResult of calling Interpreter::
Contents
- Reference
Contains the return value of the lua code (if any) and the produced source changes.
Public variables
- Value value
- The return value.
- std::optional<SourceChangeTree> source_change
- The generated source changes.