Wait, what? What is AliasSeq?
Mike via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jul 15 22:50:59 PDT 2015
On Thursday, 16 July 2015 at 05:44:29 UTC, Ola Fosheim Grøstad
wrote:
>
> C++ also have related use of the word "pack":
>
> http://en.cppreference.com/w/cpp/language/parameter_pack
>
Nice! From the description:
"A template parameter pack is a template parameter that accepts
zero or more template arguments (non-types, types, or templates).
A function parameter pack is a function parameter that accepts
zero or more function arguments.
A template with at least one parameter pack is called a variadic
template."
Sound familiar? I propose simply "Pack".
Mike
More information about the Digitalmars-d
mailing list