We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830652e commit 6f09483Copy full SHA for 6f09483
spec/statement.dd
@@ -1101,8 +1101,8 @@ $(P
1101
If the aggregate expression is a
1102
$(DDSUBLINK spec/template, variadic-templates, sequence),
1103
the loop body is statically expanded once for each element. This is
1104
- the same as $(DDSUBLINK spec/version, staticforeach, Static Foreach)
1105
- on a sequence.
+ similar to a $(DDSUBLINK spec/version, staticforeach, *StaticForeachStatement*)
+ on a sequence, though there is a separate scope for each expansion.
1106
)
1107
$(P There
1108
can be one or two iteration symbols declared. If one, then the symbol
0 commit comments