On Wednesday, 13 May 2020 at 19:24:46 UTC, Seb wrote: > [snip] > ``` > void foo(int x, int y) { ... } > > @deprecated extern(D, argNames) > void foo(int xVal, int yVal) { ... } > ``` > > [snip] Even better!