Import improvement

Matt webwraith at fastmail.fm
Mon Oct 15 12:46:50 PDT 2012


On Monday, 15 October 2012 at 19:15:44 UTC, Manu wrote:
[...]
>
> In my case, I don't want to import everything.

how about something along the lines of Pythons

    from X import Y, Z

where X would specifically be a package, and Y and Z would be the 
modules imported. This should keep things simple for both 
programmer and compiler alike.


More information about the Digitalmars-d mailing list