AliasDeclaration

extern (C++) final
class AliasDeclaration : Declaration {
Dsymbol aliassym;
Dsymbol overnext;
Dsymbol _import;
}

Inherited Members

From Declaration

checkModify
int checkModify(Loc loc, Scope* sc, Type t, Expression e1, int flag)

Check to see if declaration can be modified in this context (sc). Issue error if not.

Meta