constructFrom

Constructs an object of type T in given chunk of uninitialized memory just like T t = arg;.

void
constructFrom
(
T
Arg
)
(
ref T chunk
,
auto ref Arg arg
)

Meta