Hello, World!

jmh530 john.michael.hall at gmail.com
Tue Mar 29 17:52:14 UTC 2022


On Tuesday, 29 March 2022 at 17:13:14 UTC, H. S. Teoh wrote:
> [snip]

Interesting. Thanks.

I know it's annoying to endless produce performance comparisons, 
but it would be interesting to see the impact of selective 
imports and whether the imported template as in below has an 
impact.
```
void main() {
     with(imported!"std.stdio") {
         writeln("Hello, World!");
     }
}
```


More information about the Digitalmars-d mailing list