std:std.collections.Stack<T>.Pop
Pops the top element off the stack and returns it.
In debug builds, a runtime error will occur if the stack is empty.