dup

Provide the .dup array property.

  1. V[K] dup(T aa)
  2. V[K] dup(T* aa)
  3. auto dup [@property getter]
    @property
    dup
    (
    T
    )
    (
    T[] a
    )
    if (
    !is(const(T) : T)
    )
  4. T[] dup [@property getter]

Meta