moveEmplace

Checked overload for std.algorithm.mutation.moveEmplace.

TODO: Can we somehow prevent users of Owned from accidentally using std.algorithm.mutation.moveEmplace instead of this wrapper?

pure nothrow @safe @nogc
void
moveEmplace
(
Owner
)
(
ref Owner src
,
ref Owner dst
)
if (
is(Owner == Owned!(_),
_
)
)

Meta