[phobos] More tuple algorithms with std.meta

Andrei Alexandrescu andrei at erdani.com
Sun Jan 2 17:59:43 PST 2011


On 9/27/10 1:58 PM, Philippe Sigaud wrote:
> I decided to separate those acting on typetuple and those acting on
> expression tuples / std.typecons.Tuple.
> My code is here:
>
> http://www.dsource.org/projects/dranges/browser/trunk/dranges/typetuple.d
> http://www.dsource.org/projects/dranges/browser/trunk/dranges/variadic.d
> http://www.dsource.org/projects/dranges/browser/trunk/dranges/tuple.d
>
> If think most templates dealing with type tuples (or rather, template
> arguments tuples) should go in std.typetuple.
> Those acting on expression tuples could go in std.variadic.

Looks like much of this code could be integrated with Shin's. Any chance 
you could work out a joint proposal?

Andrei


More information about the phobos mailing list