A Stack with synchronous operations.
Optional
Returns the top element of this Stack, or undefined if empty.
Removes and returns the top element of this Stack, or undefined if empty.
Adds an element to this Stack.
Generated using TypeDoc
A Stack with synchronous operations.