ch-ch-changes
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Tue Jan 27 21:42:40 PST 2009
dsimcha wrote:
> At first glance, my only constructive criticism is that, in Proxy, I'd
> ideally like to see standard D tuples used, meaning:
>
> auto foo = a[0]; // instead of:
> auto bar = a.at!(0);
>
> This might require a few changes to the core language to support. However, it
> would give the power of the builtin tuples to Proxy structs, such as iterating
> over the members with foreach and passing a tuple to a function.
Ok, you all may want to direct further ideas on this topic to
http://d.puremagic.com/issues/show_bug.cgi?id=2628.
Andrei
More information about the Digitalmars-d
mailing list