QueueImpl.pushFront

Adds an item on the front of the queue.

class QueueImpl(T, OverflowPolicy overflowPolicy)
nothrow
void
pushFront
(
T x
)

Meta