RingBuffer.dispose
void dispose() @trusted nothrowRelease backing storage immediately.
Idempotent (TERMINOLOGY.md): safe to call multiple times. After disposal the buffer is empty and capacity() returns 0.
void dispose() @trusted nothrowRelease backing storage immediately.
Idempotent (TERMINOLOGY.md): safe to call multiple times. After disposal the buffer is empty and capacity() returns 0.