CircularBuffer.reset

Resets the buffer pointers but doesn't clear the contents.

struct CircularBuffer(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
pure @safe @nogc nothrow
void
reset
()
if (
originalSize > 1
)

Meta