Optional backReturns 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 data structure.