AliasSeq can contain template identifier too?

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Dec 12 16:25:56 PST 2015


On 12/12/2015 06:15 AM, Shriramana Sharma wrote:
 > 
https://github.com/D-Programming-Language/phobos/blob/master/std/meta.d#L790
 >
 > Looks like an AliasSeq can contain a template identifier too. So should I
 > understand that AliasSeq in general can refer to any identifier and any
 > value? Hitherto I thought it was any *type* and any value...

I've corrected the wording that I used. Now it says "A comma-separated 
list of values, types, and symbols (i.e. alias template arguments)".

   http://ddili.org/ders/d.en/tuples.html#ix_tuples.AliasSeq,%20std.meta

Ali



More information about the Digitalmars-d-learn mailing list