RingBufferNoGC.pushFront

Adds an item on the front of the queue.

struct RingBufferNoGC(T)
public nothrow @nogc
void
pushFront
(
T x
)

Meta