destructRecurse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void destructRecurse(E[n] arr)
  2. void destructRecurse(S s)
    nothrow @trusted
    void
    destructRecurse
    (
    S
    )
    (
    ref S s
    )
    if (
    is(S == struct)
    )

Meta