QueueImpl.front

class QueueImpl(T, OverflowPolicy overflowPolicy)
pure
T
front
()

Return Value

Type: T

item at the front of the queue.

Meta