On Monday, 5 October 2020 at 14:19:36 UTC, Per Nordlöw wrote: > What is the pro of this syntax with `Args... args` compared to > D's > void write(Args...)(Args args) > ? I think it was due to simpler implementation. This way you know that Args is variadic as early as at parse time.