Function parameters from TypeTuple

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Oct 17 10:58:12 PDT 2014


On Fri, 17 Oct 2014 17:44:47 +0000
Tofu Ninja via Digitalmars-d-learn <digitalmars-d-learn at puremagic.com>
wrote:

> 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...
i don't really understand what you want, sorry. can you show some more
code with use case you want to have?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20141017/99c0e6cb/attachment.sig>


More information about the Digitalmars-d-learn mailing list