this is almost a workaround for the lack of named parameters

J noname at notavailable.notavailabe.com
Tue Mar 26 13:28:36 PDT 2013


On Tuesday, 26 March 2013 at 09:31:53 UTC, renoX wrote:
> The things to check is how this feature would work with 
> optional parameters..

Another thing to check is whether there is enough information in 
the object files to link across separately compiled objects.

Correct me if I'm wrong, but I don't think object files include 
the names of struct fields, nor the names of argument parameters.

You might have to do what objective-C does, which is merge the 
parameter names into the name of the function.


More information about the Digitalmars-d mailing list