ReusableBlock.moveEmplace

Move the specified _element to the back of existing elements

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

Parameters

element SourceT

the _element to move

Meta