The OpenD Programming Language

ScopedBuffer.reset

struct ScopedBuffer(T, size_t bytes = 4096)
@trusted scope nothrow
void
reset
()
if (
bytes &&
T.sizeof <= bytes
)

Meta