Are named variadic arguments possible?

bearophile bearophileHUGS at lycos.com
Tue Jan 5 03:17:51 PST 2010


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


More information about the Digitalmars-d-learn mailing list