https://issues.dlang.org/show_bug.cgi?id=17265 --- Comment #5 from Stefan <kdevel at vogtner.de> --- Proposal: "with (expression) { ... ident; } is semantically equivalent to: { auto ptr = &expression; ... ptr.ident; }" --