DIP32: Uniform tuple syntax

Timon Gehr timon.gehr at gmx.ch
Sun Mar 31 11:54:04 PDT 2013


On 03/31/2013 08:20 PM, Kagamin wrote:
> On Friday, 29 March 2013 at 15:47:52 UTC, Timon Gehr wrote:
>>> template X(T...) {}
>>> alias x = X!(int, long);  // T captures {int, long}
>>>
>>
>> Not really. T captures {int, long}.expand.
>
> Should there be a difference?

Sure.


More information about the Digitalmars-d mailing list