On Thursday, 16 January 2014 at 19:15:49 UTC, deadalnix wrote:
The thing is that you can build non expanding tuples on top of
expanding ones, not the other way around. So I think the language
should have buitin expanding tuples (and renamed something else
than tuple).

Wait what?

template ExpandingArgList(T...) // assuming T is non-expanding
{
    alias ExpandingArgList = T.expand;
}

Reply via email to