On Sunday, 23 March 2014 at 12:31:47 UTC, Rikki Cattermole wrote:
Well I just made this for you, so here it is anyway: ...static if (__traits(isStaticFunction, __traits(getMember, mymodule, m))) ...
Thanks, that's very helpful; it answered my next question which was going to be why __traits(someTrait, nameOfSymbolInAnotherModule) didn't work.