Attempts to allocate a new instance of T using the DLang allocation strategy.
The arguments to pass to the type's constructor.
A reference to the instantiated object or null if allocation failed.
nogc_new, cpp_new, cpp_trynew
See Implementation
Attempts to allocate a new instance of T using the DLang allocation strategy.