constructFromLiteral

Constructs an object of struct type S in given chunk of uninitialized memory just like auto s = S(args);.

void
constructFromLiteral
(
S
Args...
)
(
ref S chunk
,
auto ref Args args
)
if (
is(S == struct)
)

Meta