Imports incorrectly part of "allMembers" trait output?

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jan 3 00:10:02 PST 2017


given the way your code is written, "std" namespace *is* a 
member. it will be very useful when we'll fix other bugs and 
recursive `allMembers` scan will become possible. so while it 
came from namespaces implementation, i don't see this as a bug. 
it is little annoying, yes, 'cause you *have* to sort module ids 
out in your code. luckily, it is fairly easy, as module has no 
valid D type.


More information about the Digitalmars-d-learn mailing list