std.collections.Stack.Pop - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.Stack.Pop

Method Pop:T( )

Pops the top element off the stack and returns it.

In debug builds, a runtime error will occur if the stack is empty.