ScopedBuffer.popBackN

Removes n elements from the end of the buffer.

struct ScopedBuffer(T, size_t bytes = 4096)
void
popBackN
(
size_t n
)
if (
bytes &&
T.sizeof <= bytes
)