Process a TypeTuple

Yuxuan Shui via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 14 20:53:33 PDT 2015


Is it possible to apply some operation on every member of a 
TypeTuple, then get the result back?

Say I have a TypeTuple of array types, and I want a TypeTuple of 
their element types, how could I do that?


More information about the Digitalmars-d-learn mailing list