copy

Copy the given view into the specified target.

  1. auto copy(SRC src, TARGET target)
    copy
    (
    SRC
    TARGET
    )
    (
    auto ref SRC src
    ,
    auto ref TARGET target
    )
    if (
    isView!SRC &&
    )
  2. auto copy(SRC src)

Meta