(Available since version 1.0)
LinkedList::bottom — Peeks at the node from the beginning of the singly linked list
This function has no parameters.
The value of the first node.
Throws SEIDS::LinkedLists::CantPeekAtEmptyException when the data-structure is empty.