On Tuesday, 8 October 2013 at 12:45:48 UTC, Andrea Fontana wrote:
> 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?
In specific module or in whole program?