CircularBlocks.moveEmplace

Move an element to the end

struct CircularBlocks(T)
void
moveEmplace
(
ref T element
)

Parameters

element T

the element to move

Meta