Gets the number of elements contained in the KavenStack.
The number of elements contained in the KavenStack.
Removes all objects from the KavenStack.
Determines whether an element is in the KavenStack.
The object to locate in the KavenStack. The value can be undefined.
Returns the object at the top of the KavenStack without removing it.
The object at the top of the KavenStack.
Removes and returns the object at the top of the KavenStack.
The object removed from the top of the KavenStack.
Inserts an object at the top of the KavenStack.
The object to push onto the KavenStack. The value can be undefined.
Copies the KavenStack to a new array.
A new array containing copies of the elements of the KavenStack.
Generated using TypeDoc
Represents a variable size last-in-first-out (LIFO) collection of instances of the same specified type.
1.1.19
2021-12-14