Stack implementation using a doubly linked list.
Gets the size of the stack.
Returns true or false indicating if the stack is empty or not.
Pops an item off the top of the stack.
Pushes a item on the top of the stack.
Generated using TypeDoc
Stack implementation using a doubly linked list.