"Andrej Mitrovic" <[email protected]> wrote in message news:[email protected]... > > 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.
