On Thursday, 27 August 2020 at 10:29:41 UTC, MrSmith wrote: > void write[Args...](Args... args) What is the pro of this syntax with `Args... args` compared to D's void write(Args...)(Args args) ?