On Mon, Apr 27, 2009 at 6:56 AM, Jacob Carlborg <d...@me.com> wrote: > I found that this: > > void foo (int x, int y) > { > } > > void main () > { > pragma(msg, typeof(&foo).stringof); > } > > gave this result: > > void function(int x, int y) > > So now I just have to get the names out of there.
Interesting! I wonder if that changed recently.