template statistics

Walter Bright newshound2 at digitalmars.com
Wed Jun 3 20:02:29 UTC 2020


On 6/3/2020 7:04 AM, Adam D. Ruppe wrote:
> tbh I think this case looks worse than it is.

Not if you look at the code generated by:

   import std.stdio;

   void test()
   {
     writeln("hello");
   }

It's embarrassing.


More information about the Digitalmars-d mailing list