(Available since version 1.0)
Stack::pop — Pops a node from the end of the stack
This function has no parameters.
The value of the popped node.
Throws SEIDS::LinkedLists::CantPopFromEmptyException when the data-structure is empty.