The OpenD Programming Language

ScopedBuffer.data

struct ScopedBuffer(T, size_t bytes = 4096)
inout @property @trusted scope return
inout(T)[]
data
()
if (
bytes &&
T.sizeof <= bytes
)

Meta