Owned.move

Checked overload for std.algorithm.mutation.move.

  1. typeof(this) move()
  2. void move(typeof(this) dst)
    struct Owned(Container)
    pragma(inline) pure nothrow @nogc
    void
    move
    (
    ref typeof(this) dst
    )
    if (
    needsOwnership!Container
    )

Meta