Function parameters from TypeTuple

Tofu Ninja via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Oct 17 10:44:47 PDT 2014


Basicly what I am trying to do is have a function template that 
will generate its parameters to be arrays of the types of a type 
tuple.

So for instance the parameters of f!(int, char) would be (int[], 
char[])...

No matter what I try, the compiler vomits all over me...


More information about the Digitalmars-d-learn mailing list