Type Definition seax_util::compiler_tools::Index [] [src]

type Index = (u64, u64);

Represents an index into the Seax VM's environment stack.

Since the environment stack is a stack of stacks, an index is represented by two unsigned integers. The first represents the level in the $e stack, and the second represents the index within the list at that level.