The OpenD Programming Language

CyclicBuffer.capacity

struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
const nothrow pure @property @safe @nogc
size_t
capacity
()

Return Value

Type: size_t

maximal number of items the buffer can hold without reallocation.

Meta