On Sunday, 13 November 2022 at 19:06:40 UTC, 0xEAB wrote:
```d
struct Foo { /* … */
    hstring[] getHeader(LowerCaseToken name) scope return
    {
        return _headers[name].values;
    }

[...]

There's an old saying "you can't make sense out of scope"

Reply via email to