A Discussion of Tuple Syntax

Dicebot public at dicebot.lv
Mon Aug 19 13:41:46 PDT 2013


On Monday, 19 August 2013 at 20:36:10 UTC, Andrei Alexandrescu 
wrote:
> On 8/19/13 11:14 AM, Dicebot wrote:
>> On Monday, 19 August 2013 at 18:11:34 UTC, Andrei Alexandrescu 
>> wrote:
>>> I'd call them alias tuples.
>>
>> Because we don't have strict definition of alias too? :)
>
> I'm thinking such a tuple may hold everything that one may 
> define an alias to.

Normal alias or template alias parameter? ;) Because those two 
are different :P Former can't take lambda literals. Latter won't 
accept built-in types like int.

But built-in tuple is fine with both. "T..." is a _very_ special 
thing in D.



More information about the Digitalmars-d mailing list