el_dctor

Insert constructor information into tree. A corresponding el_ddtor() must be called later.

version(COMPILE)
extern (C++) nothrow
el_dctor
(,
void* decl
)

Parameters

e
Type: elem*

code to construct the object

decl
Type: void*

VarDeclaration of variable being constructed

Meta