CircularBlocks.moveEmplace

Move an _element to the end

struct CircularBlocks(T)
nothrow pure scope
moveEmplace
(
ref T element
)

Parameters

element T

the _element to move

Meta