[Issue 6365] AutoTupleDeclaration
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 24 11:15:01 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6365
--- Comment #18 from bearophile_hugs at eml.cc 2011-07-24 11:14:57 PDT ---
(In reply to comment #17)
>
> // 1-tuple expansion
> auto (x1) = [10];
Are you sure you want to use that syntax?
A syntax more similar to the Python one is:
auto (x1,) = [10];
--
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