Type Definition timi::machine::Dump [] [src]

type Dump = Vec<Stack>;

Dump is a stack of machine Stack.

Use Case

It is used to store intermediate execution of primitives. That way, a complex computation can be stored on a dump. A sub computation can be run, after which the complex computation can be brought back into scope.