[Issue 1293] D needs first class tuples

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 17 09:56:57 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1293


shro8822 at vandals.uidaho.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shro8822 at vandals.uidaho.edu




------- Comment #1 from shro8822 at vandals.uidaho.edu  2007-07-17 11:56 -------
another case where is would help is this:

template Types(A...)
{
 template Values(A a)
 {
 }
}

alias Types!(int, bool, int[]).Values!(1,true,[1,2,3]) bob;


-- 



More information about the Digitalmars-d-bugs mailing list