DIP54 : revamp of Phobos tuple types

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Dec 23 21:16:13 PST 2013


On 12/23/13 7:34 AM, monarch_dodra wrote:
> My issue about this is that it will break existing code that doesn't
> even use the type "TypeTuple". What are the gains of:
>
> anySatisfy!(someTrait, TemplateArgumentList!(int, double));
> over
> anySatisfy!(someTrait, int, double)
>
> Or
>
> anySatisfy!(someTrait, TemplateArgumentList!(Args));
> over
> anySatisfy!(someTrait, Args)

Dicebot, are you proposing this? It has smell.


Andrei



More information about the Digitalmars-d mailing list