Returns the current filled size of the stack.
Clears the stack.
Returns true if the stack is empty, false otherwise.
Returns the last element from the stack without removing it, returns null if the stack is empty.
Pops the last element from the stack and returns it.
Returns the available elements in stack as an array.
Generated using TypeDoc, the 1/4/2022 at 10:37:56 PM
Base class for all stacks.