On 2013-07-12 00:45, JS wrote:
I believe the issue is that isFinalFunction requires an actual function symbol but I'm passing it a string?How can I get this to work?
Have you tried using a mixin? __traits(isFinalFunction, mixin(className ~ "." ~ member)); -- /Jacob Carlborg
