Is there any language that native-compiles faster than D?

Per Nordlöw per.nordlow at gmail.com
Mon Oct 5 14:19:36 UTC 2020


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)

?


More information about the Digitalmars-d mailing list