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")()

Reply via email to