ReusableBlock.copyBack

Calls ~= to copy the specified _element

Even rvalues are copied. To move rvalues, either call moveEmplace or use ~= uniformly for both lvalues and rvalues.

struct ReusableBlock(T, Flag!"dtors" dtors = Yes.dtors)
void
copyBack
(
SourceT
)
(
auto ref const(SourceT) element
)

Parameters

element const(SourceT)

the _element to copy

Meta