CallExp.this

Instatiates a new function call expression

class CallExp
extern (D)
this

Parameters

loc
Type: Loc

location

fd

the declaration of the function to call

earg1

the function argument

Meta