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.

Reply via email to