https://issues.dlang.org/show_bug.cgi?id=17265
--- Comment #5 from Stefan <[email protected]> --- Proposal: "with (expression) { ... ident; } is semantically equivalent to: { auto ptr = &expression; ... ptr.ident; }" --
d-bugmail--- via Digitalmars-d-bugs Sun, 10 Dec 2017 08:10:15 -0800
https://issues.dlang.org/show_bug.cgi?id=17265
--- Comment #5 from Stefan <[email protected]> --- Proposal: "with (expression) { ... ident; } is semantically equivalent to: { auto ptr = &expression; ... ptr.ident; }" --