The OpenD Programming Language

CyclicBuffer.reserve

Ensures capacity is at least as large as specified.

struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
size_t
reserve
()

Meta