RingBufferNoGC.back

struct RingBufferNoGC(T)
public pure nothrow @nogc
T
back
()

Return Value

Type: T

item on the back of the queue.

Meta