Returns the top element of this Stack, or undefined if empty.
Optional
options: AbortOptionsRemoves and returns the top element of this Stack, or undefined if empty.
Optional
options: AbortOptionsAdds an element to this Stack.
Optional
options: AbortOptionsGenerated using TypeDoc
A Stack that supports peeking the back (top) element.