Given a raw memory area chunk, constructs an object of non-class type T at that address. The constructor is passed the
arguments args, if any.
Preconditions:
chunk must be at least as large
as T needs and should have an alignment multiple of T's
alignment.
Note:
This function can be @trusted if the corresponding constructor of
T is @safe.
Given a raw memory area chunk, constructs an object of non-class type T at that address. The constructor is passed the arguments args, if any. Preconditions: chunk must be at least as large as T needs and should have an alignment multiple of T's alignment. Note: This function can be @trusted if the corresponding constructor of T is @safe.