dmd.lambdacomp

Implements the serialization of a lambda function.

The serializationis computed by visiting the abstract syntax subtree of the given lambda function. The serialization is a string which contains the type of the parameters and the string represantation of the lambda expression.

Members

Functions

isSameFuncLiteral
bool isSameFuncLiteral(FuncLiteralDeclaration l1, FuncLiteralDeclaration l2, Scope* sc)

Compares 2 lambda functions described by their serialization.

Meta

Suggestion Box / Bug Report