is `allMembers` useless for modules?
FeepingCreature
feepingcreature at gmail.com
Mon Jan 14 07:57:34 UTC 2019
It lists imported packages and modules, even though there's no
way to detect if a symbol is a module and there's no way to go
from the package to the modules it contains. It does not list
named imports at all, for basically no reason I can tell.
It's basically impossible at the moment to use templates to
navigate the import graph.
Is this just a matter of a lack of testcases? Or is this not an
intended idiom at all?
More information about the Digitalmars-d
mailing list