QueueImpl.popFront

Removes an item from the front of the queue.

class QueueImpl(T, OverflowPolicy overflowPolicy)
nothrow
T
popFront
()

Return Value

Type: T

the removed item.

Meta