_d_newclassT
fn
T _d_newclassT(T)() if (is(T == class)) @trustedCreate 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