reinitArray

Reinitialises a GC allocated associative array of struct. Useful if the struct release resource in its destructor.

  1. void reinitArray(T[] arr)
  2. void reinitArray(T[K] arr)
    void
    reinitArray
    (
    T
    K
    )
    (
    ref T[K] arr
    )
    if (
    is(T == struct)
    )

Meta