Extend the call site default argument expansion mechanism?

Nick Treleaven nick at geany.org
Wed May 16 16:30:27 UTC 2018


On Tuesday, 15 May 2018 at 15:02:36 UTC, jmh530 wrote:
>     auto opDispatch(string s)()
>         if (s == "bar")

In case anyone isn't aware, this is better written:

auto opDispatch(string s : "bar")()


More information about the Digitalmars-d mailing list