On Variable References

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jan 21 00:23:43 PST 2015


On Wednesday, 21 January 2015 at 08:22:44 UTC, Per Nordlöw wrote:
>     int x;
>     auto ref xr;

Correction: I, of course mean,

     int x = 42;
     auto ref xr = x;


More information about the Digitalmars-d-learn mailing list