RingBuffer.releaseBack

Give bytes back to the buffer from the back of the buffer. These bytes can be removed in this operation or further operations and should no longer be used.

struct RingBuffer(T, size_t floorSize = 8192)
void
releaseBack
(
size_t elements
)
if (
isPowerOf2(T.sizeof)
)

Meta