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.
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.