Owned.moveEmplace

Checked overload for std.algorithm.mutation.moveEmplace.

struct Owned(Container)
pragma(inline) pure nothrow @nogc
void
moveEmplace
(
ref typeof(this) dst
)
if (
needsOwnership!Container
)

Meta