Oh, I also tried:
void seq_apply(Params..., Args...)(void delegate(Params) func, Args args)
But I got a error:
    variadic template parameter must be last
Does it mean that there can only be one variadic template parameter? How to fix it?
Thanks

Reply via email to