Reflection/Introspection?

DDD dcb854d0bfb1 at f98b7c56a69c.anonbox.net
Wed Oct 16 18:47:40 PDT 2013


Does D have any reflection/introspection?

I'd like to do something like this

class Contact
{
string first, last
int number
}

contact = json_deserialized!Contact(json_string);

Is something like that possible?


More information about the Digitalmars-d mailing list