RingBuffer.consume
void consume(size_t n) @safe nothrow @nogcAdvance the read position past n consumed bytes.
Parameters
n | Number of bytes to consume. Must be <= length(). |
void consume(size_t n) @safe nothrow @nogcAdvance the read position past n consumed bytes.
n | Number of bytes to consume. Must be <= length(). |