FixedRingBuffer.dispose

Resets the capacity to zero and explicitly frees the memory for the buffer.

struct FixedRingBuffer(T, size_t N = 0, bool INITIALIZE = true)
static if(N == 0)
void
dispose
()

Meta