Initializes the object at the memory in dst, filling it out with
its default state.
This variant will also initialize class instances on the stack which
can then be constructed with nogc_construct. However you may
still need to nogc_delete these instances, with doFree set
to false.
Initializes the object at the memory in dst, filling it out with its default state.
This variant will also initialize class instances on the stack which can then be constructed with nogc_construct. However you may still need to nogc_delete these instances, with doFree set to false.