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
