Removes all objects from the stack.
Determines whether an element is in the stack.
true if item is found in the stack; otherwise, false.
Returns the object at the top of the stack without removing it.
The object at the top of the stack.
Removes and returns the object at the top of the stack.
The object removed from the top of the stack.
Inserts an object at the top of the stack.
Copies the stack to a new array.
A new array containing copies of the elements of the stack.
Generated using TypeDoc
Gets the number of elements contained in the stack.