RingBufferNoGC.capacity

struct RingBufferNoGC(T)
public pure const nothrow @nogc
size_t
capacity
()

Return Value

Type: size_t

maximum number of items in the queue.

Meta