Multiple template variadic list not working

bastien penavayre via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 21 08:26:59 PDT 2017


On Sunday, 21 May 2017 at 15:16:55 UTC, Stefan Koch wrote:
> How would that work ?
> How would I know where UserArgs end, and Arguments begin ?

func!(UserArgs here)(Arguments values here);
C++ does it without any problem.
I don't see what prevent D from doing it.


More information about the Digitalmars-d-learn mailing list