Get reference to item at head of the queue.
If Type is not copyable, the only way to remove an element from the queue is to look at it using peek, followed by removeHead
See Implementation
Get reference to item at head of the queue.
If Type is not copyable, the only way to remove an element from the queue is to look at it using peek, followed by removeHead