Help!

Jakob Ovrum jakobovrum at gmail.com
Mon Nov 26 09:09:55 PST 2012


On Monday, 26 November 2012 at 17:06:14 UTC, Manu wrote:
> When you say 'anything' though, does that include alias 
> parameters? Will
> bar[0] be the equivalent of template foo(alias bar) if called 
> with a symbol?

Yes.

D's inbuilt tuples can have both "expressions" and types. Tuples 
with only the former are called expression tuples. Tuples with 
only the latter are called type tuples (which is why people 
complain about the name of std.typecons.TypeTuple - it doesn't 
just take types).



More information about the Digitalmars-d mailing list