nogc_emplace

Allocates a new class on the heap. Immediately exits the application if out of memory.

@nogc @trusted
void
nogc_emplace
(
T
Args...
)
(
auto ref T dest
,
Args args
)

Meta