Stack.pop

Returns first value and removes it from stack

struct Stack(T)
T
pop
()

Meta