Return wether the stack is empty or not
return the length of a Stack
stack size
Return the top stacked element
the item at the beginning
Add an item to the top of a Stack
item to stack
Remove an item from the stack
item to unstack
Generated using TypeDoc
Return wether the stack is empty or not