Allocates a new instance of T using the C++ allocation strategy.
Notes: doXCtor is used to specify whether to also call any D mangled constructors defined for the C++ type.
@(D nogc_new), nogc_trynew, cpp_trynew,
See Implementation
Allocates a new instance of T using the C++ allocation strategy.
Notes: doXCtor is used to specify whether to also call any D mangled constructors defined for the C++ type.