Discussion Thread: DIP 1030--Named Arguments--Final Review

jmh530 john.michael.hall at gmail.com
Wed May 13 20:12:58 UTC 2020


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!


More information about the Digitalmars-d mailing list