Is it possible to enumerate all functions in a module? I'd like my test program to find the functions in a fibrary with a particular attribute defined, but I can't find any way to do this. I've looked in std.traits; maybe I'm missing something.