RingBufferNoGC.opIndex

struct RingBufferNoGC(T)
public nothrow @nogc
T
opIndex
(
size_t index
)

Return Value

Type: T

item index from the queue.

Meta