RingBufferNoGC.popBack

Removes an item from the back of the queue.

struct RingBufferNoGC(T)
nothrow @nogc
T
popBack
()

Return Value

Type: T

the removed item.

Meta