Get all functions

Andrea Fontana nospam at example.com
Tue Oct 8 05:45:47 PDT 2013


I have a number of functions like:

@MyUda("...")
void test();

And I want to check them (at compile time, of course) to generate 
the right calls.


Is there a way to get a list of them? Using traits/reflection?


More information about the Digitalmars-d-learn mailing list