(Available since version 1.0)
PriorityQueue::top — Peeks at the node from the top of the queue
Returns the value at the top of the queue without removing it.
This function has no parameters.
The value or priority (or both) of the top node, depending on the extract flag.
Throws SEIDS::Heaps::PeekException when the data-structure is empty.