Alex Wrote:

> Is it possible, using templates, tuples, or some other mechanism, to 
> implement named variadic arguments in D?

Do you need high performance for this code?
If not, what about using an associative array of Variant[string] as third 
argument? It's not a nice solution.

Bye,
bearophile

Reply via email to