Allocates a new C++ type on the heap using its default constructor.
Notes: doXCtor is used to specify whether to also call any D mangled constructors defined for the C++ type.
The arguments to pass to the type's constructor.
A newly allocated and instantiated C++ object using the C++ Runtime.
See Implementation
Allocates a new C++ type on the heap using its default constructor.
Notes: doXCtor is used to specify whether to also call any D mangled constructors defined for the C++ type.