License
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE) Source: core/_internal/_destruction.d
This module contains implementations for destroying instances of types
(See accompanying file LICENSE) Source: core/_internal/_destruction.d
void __ArrayDtor(T)(scope T[] a)void destructRecurse(E, size_t n)(ref E[n] arr)void destructRecurse(S)(ref S s) if (is(S == struct))