Are named variadic arguments possible?

Alex CppCoder at gmail.com
Mon Jan 4 23:50:13 PST 2010


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

For example, I'd like to be able to do something like...
foo( 2, &bar, age : 10, status : "down");

and so forth.


More information about the Digitalmars-d-learn mailing list