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