Inline imports redivivus

Andrea Fontana nospam at example.com
Tue Mar 15 13:53:51 UTC 2022


On Tuesday, 15 March 2022 at 10:25:54 UTC, bauss wrote:
> ```d
> scope static foreach (...) { ... }
>
> or
>
> static foreach (...) scope { ... }
> ```
>
> Would've been much cleaner.

```d
{
    static foreach(...)
    {

    }
}
```


More information about the Digitalmars-d mailing list