RingBufferNoGC.popFront

Removes an item from the front of the queue.

struct RingBufferNoGC(T)
public nothrow @nogc
T
popFront
()

Return Value

Type: T

the removed item.

Meta