_d_delstructImpl._d_delstructTrace

template _d_delstructImpl(T)
version(D_ProfileGC)
alias _d_delstructTrace = _d_HookTraceImpl!(T, _d_delstruct, errorMessage)

Bugs

This function template was ported from a much older runtime hook that bypassed safety, purity, and throwabilty checks. To prevent breaking existing code, this function template is temporarily declared @trusted until the implementation can be brought up to modern D expectations.

Meta