In the age of AliasSeq, how to refer to template tuple parameters?

Mike Parker via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 1 04:25:29 PDT 2015


On Thursday, 1 October 2015 at 08:30:15 UTC, John Colvin wrote:

> One approach would be to just call them an AliasSeq, defined as 
> "a sequence of aliases, such as what is created by variadic 
> template parameters". Then you have to deal with explaining how 
> storage classes can end up in AliasSeqs, but std.meta.AliasSeq 
> will strip them out...
>
> It's a bit embarrassing

Indeed. Whatever approach I take, there's certainly going to be a 
need for an aside to address all the different terminology.


More information about the Digitalmars-d mailing list