import package.*

Yaga-Shura Yaga-Shura at yashu.de
Wed Oct 10 03:08:55 PDT 2007


Hello,

I'm working for some days now with DMD 2. My question is: is there any 
way to include all modules that are in one package? e.g.:

module foo.bar;
module foo.bar2;
module foo.bar3;


import foo.*(that's the way its done in java)


i could create a file with:
import foo.bar;
import foo.bar2;
import foo.bar3;


and include this file. But that is not that effective, in my mind.


Greetings
Yaga-Shura



More information about the Digitalmars-d mailing list