TupleDeclaration

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

Inherited Members

From Declaration

checkDisabled
bool checkDisabled(Loc loc, Scope* sc, bool isAliasedDeclaration)

Issue an error if an attempt to call a disabled method is made

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

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

Suggestion Box / Bug Report