Member predicate ForeachStmt::getVariable
Gets the i
th local variable of this foreach
loop.
For example, a
is the 0th local variable in
foreach ((int a, int b) in items) {
...
}
Gets the i
th local variable of this foreach
loop.
For example, a
is the 0th local variable in
foreach ((int a, int b) in items) {
...
}