Imports incorrectly part of "allMembers" trait output?
    ketmar via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Jan  3 00:13:50 PST 2017
    
    
  
On Tuesday, 3 January 2017 at 06:23:01 UTC, bauss wrote:
> It seems to be a bug that it takes std as there's no std as a 
> part of object, not even as an import.
there is. think of it as "ephemeral namespace entity" (kind of 
alias to "name bin" that compiler created, the entity that 
exists, just has no corresponding D type). as i wrote ealier, it 
will be useful eventually to walk import chains in CTFE.
    
    
More information about the Digitalmars-d-learn
mailing list