nogc_construct

Constructs the given object.

Attempting to construct a non-initialized object is undefined behaviour.

@nogc @trusted
void
nogc_construct
(
T
Args...
)
(
ref T object
,
Args args
)

Meta