Owned.move

Move this into a returned r-value.

  1. typeof(this) move()
    struct Owned(Container)
    pragma(inline)
    typeof(this)
    move
    ()
    if (
    needsOwnership!Container
    )
  2. void move(typeof(this) dst)

Meta