ddmd.delegatize

Compiler implementation of the D programming language.

Members

Functions

lambdaCheckForNestedRef
bool lambdaCheckForNestedRef(Expression e, Scope* sc)

Look for references to variables in a scope enclosing the new function literal. Returns true if error occurs.

lambdaSetParent
void lambdaSetParent(Expression e, Scope* sc)

Patch the parent of declarations to be the new function literal.

Meta

Source

See Source File
$(DMDSRC _delegatize.d)