Grouped named import

ryuukk_ ryuukk.dev at gmail.com
Mon Jul 22 12:47:34 UTC 2024


On Monday, 22 July 2024 at 12:29:24 UTC, Quirin Schroll wrote:
> I just realized one can do this:
> ```d
> import x = std.stdio;
> import x = std.file;
> ```
>
> If that is intended, it’s especially important for clarity that 
> separate import statements are required.

I didn't know it was possible, that's good to know, no need for 
that DIP then, case is closed, thanks!


More information about the dip.ideas mailing list