Find symbol in unknown module at compile time?

bitwise via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 6 12:22:12 PST 2014


Hi,
   I have a mixin, which can mix a class into any module. At 
compile time, I will know the name of the class, it's base class, 
and that it is at global scope in some module.

Is there any way to find this class from a different module at 
compile time?

  Thanks


More information about the Digitalmars-d mailing list