Deletes a C++ object on the heap.
Notes: doXDtor is used to specify whether to also call any D mangled destructors defined for the C++ type.
The object to delete.
See Implementation
Deletes a C++ object on the heap.
Notes: doXDtor is used to specify whether to also call any D mangled destructors defined for the C++ type.