Wait, what? What is AliasSeq?

via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 15 22:44:27 PDT 2015


Oh, here is one more term you can consider:

"AliasPack"

In Python "splatting" is called "unpacking" ("splat" refers to 
the visual impression of the "*" operator and is inappropriate).

C++ also have related use of the word "pack":

http://en.cppreference.com/w/cpp/language/parameter_pack

So in C++ all of the terms "list", "sequence" and "pack" can be 
used about parameter lists… but "list" is the general term: 
argument list, parameter list, initializer list etc…


More information about the Digitalmars-d mailing list