Tuple/TypeTuple etc.

Ali Çehreli acehreli at yahoo.com
Fri Aug 16 11:10:28 PDT 2013


On 08/16/2013 09:27 AM, H. S. Teoh wrote:

 > The so-called "typetuple" (what dmd calls a "tuple") is a compile-time
 > construct that can contain types, aliases, compile-time values, etc.,
 > that only exist at compile-time.

They are all symbols, right? And symbols live only at compile time.

...

 > "Sequence" is OK, but risks confusion with std.range.sequence. Is there
 > a better word for it? Maybe an acronym -- CTS (compile-time sequence)?

SymbolTuple it is! :)

Ali



More information about the Digitalmars-d mailing list