TupleDeclaration

extern (C++) final
class TupleDeclaration : Declaration {
Objects* objects;
bool isexp;
TypeTuple tupletype;
}

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