[Issue 6365] AutoTupleDeclaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 8 10:15:31 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6365



--- Comment #35 from dawg at dawgfoto.de 2011-09-08 10:15:17 PDT ---
(In reply to comment #34)
> (auto a, b) = (2, 3);
This would actually call for 'auto tup = (2, 3);' && '(auto a, b) tup = (2,
3);' || 'auto tup@(a, b) = (2, 3);'. So you can pass the tuple around without
creating a new one.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list