Named variadic arguments [to remove for class objects?]

bearophile bearophileHUGS at lycos.com
Wed Jan 6 22:21:50 PST 2010


> With another kind of typesafe variadic function:
> void foo(int x, int y, Box[string] kwds ...) {}

While that can be useful, so far I've never find an use of "typesafe variadic functions for class objects" (See D docs about typesafe variadic functions). If no one uses this feature then it can be removed from D2.

Bye,
bearophile



More information about the Digitalmars-d mailing list