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 842606a commit 7d26f98Copy full SHA for 7d26f98
spec/statement.dd
@@ -1612,12 +1612,11 @@ with (expression)
1612
is semantically equivalent to:
1613
1614
--------------
1615
+(auto ref tmp)
1616
{
- Object tmp;
1617
- tmp = expression;
1618
...
1619
tmp.ident;
1620
-}
+}(expression);
1621
1622
1623
$(P Note that *Expression* only gets evaluated once and is not copied.
0 commit comments