[][src]Module dark_vm::utils::stack

The stack module, which contains the stack and different functions to control the stack. The Stack struct is the backbone for the VM. It maintains all of the values that are operated on. The methods on the stack allow the stack to be changed and modified. The owner of the stack is the VM. These methods should not be accessed outside of the VM struct as it could cause unexpected behavior.

Structs

Stack