Allocates a new instance of T using the DLang allocation strategy on the specified heap.
The heap to allocate the instance on.
The arguments to pass to the type's constructor.
nogc_trynew, cpp_new
See Implementation
Allocates a new instance of T using the DLang allocation strategy on the specified heap.