(Available since version 1.0)
Stack::top — Peeks at the node from the end of the stack
This function has no parameters.
The value of the last node.
Throws SEIDS::LinkedLists::CantPeekAtEmptyException when the data-structure is empty.