Proposal for custom time string formatting in std.datetime
    zhang 
    bitworld at qq.com
       
    Mon Dec 26 04:55:00 PST 2011
    
    
  
> > As for big module, my solutions are:
> > 1) put related modules into a package (or directory)
> > 2) add a module named all.d into the directory, and this module will import all the other modules publicly
> > 3) now just import the *all* module when needed
> 
> Here we have yet another example of some one who wants to use "import 
> foo.*;".
Yeah, a module is just a file. So, the file name wildcards seem can be use for module names.
----------
Zhang <bitworld at qq.com>
    
    
More information about the Digitalmars-d
mailing list