Clears the vector, removing all elements from it.
Pushes an element onto the stack.
Append a range to the stack.
Peeks a value in the stack.
Pops a value from the stack.
Pushes an element onto the stack.
Attempts to peek a value from the stack.
Attempts to pop a value from the stack.
A @nogc dynamic stack