Import all?
Jonathan M Davis
jmdavisProg at gmx.com
Wed Jul 17 10:51:01 PDT 2013
On Wednesday, July 17, 2013 11:34:56 JS wrote:
> Is is possible to import all modules using something import
> a.b.*;?
>
> I'd like to partition some modules up into smaller pieces to
> simplify modification(reduce scrolling) but, of course, this
> increases the number of imports drastically.
This has been implemented in git master:
http://wiki.dlang.org/DIP37
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list