The OpenD Programming Language

ScopedBuffer.popBackN

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

Meta