Finalizes the objects referenced by objects by calling the destructors of its members (if any).
Notes: doXDtor is used to specify whether to also call any D mangled destructors defined for the C++ type.
The objects to delete.
@(D nogc_delete), nogc_trydelete, cpp_trydelete
See Implementation
Finalizes the objects referenced by objects by calling the destructors of its members (if any).
Notes: doXDtor is used to specify whether to also call any D mangled destructors defined for the C++ type.