RingBufferNoGC.popBack

Removes an item from the back of the queue.

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

Return Value

Type: T

the removed item.

Meta