CompiledCtfeFunction

CTFE-object code for a single function

Currently only counts the number of local variables in the function

struct CompiledCtfeFunction {
FuncDeclaration func;
int numVars;
Loc callingloc;
}

Meta