ReusableBlock.opOpAssign

Add an _element after the existing elements; lvalues are copied, rvalues are moved.

struct ReusableBlock(T, Flag!"dtors" dtors = Yes.dtors)
void
opOpAssign
(
string op
SourceT
)
(
auto ref SourceT element
)
if (
op == "~"
)

Parameters

element SourceT

the _element to add

Meta