Stack.pop

Removes most recent stack element

Return: most recent stack element before popping

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

Throws

StackBoundsException when the stack is full

Meta