The OpenD Programming Language

ScopedBuffer.initialize

struct ScopedBuffer(T, size_t bytes = 4096)
@system scope nothrow @nogc
void
initialize
()
if (
bytes &&
T.sizeof <= bytes
)

Meta