On Wednesday, 6 November 2013 at 21:07:47 UTC, Gary Willoughby wrote:
Unfortunately this still suffers the same problem in that you need a module symbol name to do anything. I need to get all module symbols at compile time.

You need only symbol name of your root compiled module which imports all others. All imported ones will be available in its member list, exactly what this snippet shows.

Reply via email to