Wait, what? What is AliasSeq?

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 9 01:03:04 PDT 2015


On Thursday, 9 July 2015 at 02:58:32 UTC, Walter Bright wrote:
> What about the 's' suffix?

I use it for collection names quite a lot. Like:

Foo[] foos;

But I wouldn't go for

alias Foos = Foo[];

Additionally, we have this language concept that is autounpacking 
and so on and have no name. It needs a name.

This construct does not exists in most languages, so we need to 
come up with a name.



More information about the Digitalmars-d mailing list