Expand description
Implements a simple stack for use in the BraneScript VM.
Re-exports§
pub use crate::errors::StackError as Error;
Structs§
- The stack itself.
- Represents a slice of the Stack.
Enums§
- Defines a single slot on the Stack.
Implements a simple stack for use in the BraneScript VM.
pub use crate::errors::StackError as Error;