_d_newclassT

fnT _d_newclassT(T)() if (is(T == class)) @trusted

Create a new class instance. Allocates memory and sets fields to their initial value, but does not call a constructor.

new C() // _d_newclass!(C)()

Returns

newly created object