ReusableBlock.this

Construct an object that will use the provided memory

struct ReusableBlock(T, Flag!"dtors" dtors = Yes.dtors)
@nogc nothrow pure scope @trusted
this
(
ubyte[] buffer
)

Parameters

buffer ubyte[]

the memory _buffer to use for the elements; the .ptr property must match T.alignof

Meta