Iterate module membres
    ketmar via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Jan  7 04:29:34 PST 2017
    
    
  
On Saturday, 7 January 2017 at 12:11:20 UTC, crimaniak wrote:
> Is this a bug or documentation problem?
well, it's hard to say. package.d is one of the cases where you 
*have* to provide explicit module definition. ;-) 'cause implicit 
one creates module with name `package`, which is teh keyword. and 
then all the hell broke loose. this actually may be both bug and 
documentation problem.
    
    
More information about the Digitalmars-d-learn
mailing list