core.internal.destruction

This module contains implementations for destroying instances of types

Functions 3

fnvoid __ArrayDtor(T)(scope T[] a)
fnvoid destructRecurse(E, size_t n)(ref E[n] arr)
fnvoid destructRecurse(S)(ref S s) if (is(S == struct))