Chances of D getting proper runtime reflection?

Adam D. Ruppe destructionator at gmail.com
Sun Aug 21 12:07:59 PDT 2011


On Sun, Aug 21, 2011 at 12:07:17PM -0700, Mehrdad wrote:
> http://stackoverflow.com/questions/7102648/using-dynamic-typing-in-d-a-statically-typed-language

There's an easy "fix" for that question:

blah opDispatch(string name)(blah) if ( name != "popFront" ) { }



More information about the Digitalmars-d mailing list