Partial classes & forward declarations

Jakob Ovrum jakobovrum at gmail.com
Fri Apr 20 09:21:53 PDT 2012


On Friday, 20 April 2012 at 14:19:25 UTC, Jacob Carlborg wrote:
> Don't know if it helps but you can get the name of the 
> arguments of a function:
>
> https://github.com/jacob-carlborg/orange/blob/master/orange/util/Reflection.d#L29
>
> I don't think that function handles delegate/function 
> parameters.

This function is too naive, it's incredibly easy to break.

void foo(immutable(int) a);


More information about the Digitalmars-d mailing list