Hello, World!

jmh530 john.michael.hall at gmail.com
Tue Mar 29 17:08:26 UTC 2022


On Tuesday, 29 March 2022 at 16:23:12 UTC, Petar Kirov 
[ZombineDev] wrote:
> [snip]
>
> `imported!"XXX".YYY` imports the symbol `YYY` from the module 
> named `XXX`. It doesn't use selective imports (although I think 
> it could with `opDispatch`), so the whole module named `XXX` 
> will be imported. `XXX` could be `std.algorithm.iteration`, but 
> also `mir.ndslice`, `vibe.core.net`, or any other module from a 
> D library (of course, assuming you have that third-party 
> library installed somehow, say with Dub).
>
> [snip]

Thanks!


More information about the Digitalmars-d mailing list