ReusableBlock.this

Construct an object that will use the provided memory

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

Parameters

buffer ubyte[]

the memory _buffer to use for the elements; the first few bytes of the _buffer may not be used if its .ptr property does not match T.alignof

Meta