Given a pointer chunk to uninitialized memory (but already typed
as a non-class type T), constructs an object of type T at
that address from arguments args. If T is a class, initializes
the class reference to args[0].
This function can be @trusted if the corresponding constructor of
T is @safe.
Given a pointer chunk to uninitialized memory (but already typed as a non-class type T), constructs an object of type T at that address from arguments args. If T is a class, initializes the class reference to args[0]. This function can be @trusted if the corresponding constructor of T is @safe.