StatementVisitor.genLoop

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void genLoop(Location location, Expression condition, Statement statement, Expression increment, Variable element, bool skipFirstCond)
    struct StatementVisitor
  2. void genLoop(Location location, AstExpression condition, Statement statement, AstExpression increment, Variable element, bool skipFirstCond)

Meta