Type tuple pointers

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Thu May 21 08:37:41 PDT 2015


On Thursday, 21 May 2015 at 15:30:59 UTC, Alex Parrill wrote:
> They aren't types themselves, so `TypeTuple!(int, char) var` 
> doesn't make sense.

Sadly, you are wrong on this one - this is actually a valid 
variable declaration which will create two distinct local 
variables and uses their aliases in resulting symbol list named 
'var'.


More information about the Digitalmars-d mailing list