The OpenD Programming Language

ScopedBuffer.prepare

Return a slice to n more elements.

struct ScopedBuffer(T, size_t bytes = 4096)
@trusted scope
T[]
prepare
(
size_t n
)
if (
bytes &&
T.sizeof <= bytes
)

Meta