Wait, what? What is AliasSeq?

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 16 14:49:00 PDT 2015


On 07/16/2015 07:50 PM, David Nadlinger wrote:
> On Thursday, 16 July 2015 at 17:39:13 UTC, David Nadlinger wrote:
>> Yes, me. ;)
>
> (I should note that this is mainly because I'd really rather not have
> "Tuple" in the name because of first-hand experience in teaching
> beginners both on IRC and in person. And AliasSeq seems like the most
> likely candidate for this right now. I personally like Seq quite a bit
> too, but I'd rather not join that bikeshedding debate. —David)

Indeed. I will just write one of the following lines.

import std.meta:Seq=AliasSeq;
alias Seq(T...)=T;



More information about the Digitalmars-d mailing list