Expand description

An ordered sequence of values that can be operated in a LIFO-alike way.

This module provides the Stack struct which in turn is the core of the Machine abstraction.

For more details on Stack, how it works and which methods does it provide, please go to the struct Stack documentation.

Structs

An ordered sequence of values that can be operated in a LIFO-alike way.