this is almost a workaround for the lack of named parameters

Jacob Carlborg doob at me.com
Sun Mar 24 03:15:34 PDT 2013


On 2013-03-24 09:13, Philippe Sigaud wrote:

> Also, I see that at one time, you used a full string syntax:
>
> auto result = nfoo(q{z = "Title", x = 1, y = 100}); // nfoo will parse
> the input string
>
> I rather like this one. Why did you ditch it?

That would requires compile time values, i.e. no variables.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list