IT'S OVER ZION! THE WAR IS OVER!

FeepingCreature feepingcreature at gmail.com
Sat Jun 5 10:48:23 UTC 2021


On Saturday, 5 June 2021 at 10:19:47 UTC, Martin Nowak wrote:
> Glad to announce D 2.097.0, ♥ to the 54 contributors.
>
> This release comes with a new `std.sumtype` packcage, support 
> for `while (auto n = expression)`, an overhauled formatting 
> package, and many more changes.
>
> http://dlang.org/download.html
> http://dlang.org/changelog/2.097.0.html
>
> -Martin

```
Nullable!int ni = 5.nullable;
int i = ni;
```

```
test.d(5): Error: cannot implicitly convert expression `ni` of 
type `Nullable!int` to `int`
```

F***ing finally.


More information about the Digitalmars-d-announce mailing list