I give up! I tried to create a reflection library but D's traits are just too screwed up!

FeepingCreature feepingcreature at gmail.com
Wed Apr 3 10:56:10 UTC 2019


On Wednesday, 3 April 2019 at 10:08:14 UTC, drug wrote:
> Types do not have protection, for example. You need to check if 
> the entity you worked with is Types or Symbols and process it 
> accordingly.

Types do not have protection?

struct A { private struct B { } }?




More information about the Digitalmars-d mailing list