ScopedBuffer.data

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

Meta