Function RingBuffer.removeBackN
Removes the last N elements from the buffer.
void removeBackN
(
size_t n
);
Removes the last N elements from the buffer.
void removeBackN
(
size_t n
);