December 03, 2012
I'm currently playing around with D's compile time introspection and I'm trying to do the following:

1. Detect if a member is static
2. Detect if a member is __gshared
3. Get the TLS offset of a static variable (at compile time...)

I would be glad if anyone could help me with one ore multiple of these issues.

Kind Regards
Benjamin Thaut