> 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
