Attempts to finalize 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 try to delete.
Whether the operation succeeded.
@(D nogc_delete), nogc_trydelete, cpp_delete
See Implementation
Attempts to finalize 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.