ReusableBlock.copyBack

Calls ~= to copy the specified _element

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