pub type InterpreterResult<T> = Result<T, InstructionError>;
Expand description

A type alias for the interpreter result.