"Andrej Mitrovic" <andrej.mitrov...@gmail.com> wrote in message news:mailman.142.1316903007.26225.digitalmars-d-le...@puremagic.com... > > Is it possible to expand the phobos tuple in the call to test()? I can > use the isTuple template in a `static if` to figure out if it needs > expansion, so all that's left is to actually expand the phobos tuple.
Yes, use the Tuple's .expand property.