RingBuffer.reserve

Undocumented in source. Be warned that the author may not have intended to support it.
struct RingBuffer(T, size_t staticBufferSize = size_t.max)
pure nothrow @safe
static if(staticBufferSize == size_t.max)
void
reserve
(
size_t num
)

Meta