Wait, what? What is AliasSeq?
Timon Gehr via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jul 8 10:44:16 PDT 2015
On 07/08/2015 11:38 AM, "Marc =?UTF-8?B?U2Now7x0eiI=?=
<schuetzm at gmx.net>" wrote:
>
>
> I like "AliasTuple" as suggested by Martin, although it isn't a perfect
> fit either when you think of `alias` template params, which don't match
> `int`, while `int` can be an element of a TypeTuple.
But this works: alias Int = int;
The right fix for this issue is to fix the language. This does not make
any sense.
More information about the Digitalmars-d
mailing list