On Thursday, 2 November 2023 at 00:57:23 UTC, Iain Buclaw wrote:
Glad to announce the first beta for the 2.106.0 release, ♥ to the 33 contributors.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.106.0.html

As usual please report any bugs at
https://issues.dlang.org

-Iain
on behalf of the Dlang Core Team

Thanks Iain.

For [Global variables can now be initialized with Associative Arrays](https://dlang.org/changelog/2.106.0.html#dmd.static-assoc-array), what exactly is it meant by "globals"?

Variables in module-scope?
Static variables?

Does it also affect AAs in structs? For example:

```d
struct S
{
    static int[int] x = [4:4];
}
```

Will this now work?
  • First Beta 2.... Iain Buclaw via Digitalmars-d-announce
    • Re: Firs... Andrej Mitrovic via Digitalmars-d-announce
      • Re: ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-announce
      • Re: ... Iain Buclaw via Digitalmars-d-announce
    • Re: Firs... Imperatorn via Digitalmars-d-announce
      • Re: ... Iain Buclaw via Digitalmars-d-announce
        • ... Imperatorn via Digitalmars-d-announce
        • ... Andrej Mitrovic via Digitalmars-d-announce
          • ... Iain Buclaw via Digitalmars-d-announce
            • ... Andrej Mitrovic via Digitalmars-d-announce
    • Re: Firs... Andrea Fontana via Digitalmars-d-announce
    • Re: Firs... Steven Schveighoffer via Digitalmars-d-announce

Reply via email to