ForeachStatement

foreach statements

Constructors

this
this(Location location, ParamDecl[] tupleElements, AstExpression iterated, Statement statement, bool reverse)
Undocumented in source.

Members

Variables

iterated
AstExpression iterated;
Undocumented in source.
reverse
bool reverse;
Undocumented in source.
statement
Statement statement;
Undocumented in source.
tupleElements
ParamDecl[] tupleElements;
Undocumented in source.

Inherited Members

From Statement

toString
string toString(Context )
Undocumented in source. Be warned that the author may not have intended to support it.

Meta