move

Checked overload for std.algorithm.mutation.move.

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

@safe pure nothrow @nogc
void
move
(
Owner
)
(
ref Owner src
,
ref Owner dst
)
if (
isInstanceOf!(Owned, Owner)
)

Meta