CallExp.this

Instatiates a new function call expression

class CallExp
extern (D)
this

Parameters

loc Loc

location

fd FuncDeclaration

the declaration of the function to call

earg1 Expression

the function argument

Suggestion Box / Bug Report