Stack.pop

Remove and return the most recent addition to the stack.

Throws an exception when the stack is empty

struct Stack(V, int Size = 0)
V
pop
()

Meta