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)()
newly created object
See Implementation
Create a new class instance. Allocates memory and sets fields to their initial value, but does not call a constructor.