Beta 2.104.0

zjh fqbqrr at 163.com
Tue May 2 03:08:00 UTC 2023


On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote:
> Glad to announce the first beta for the 2.104.0 release, ♥ to 
> the 36 contributors.
>


[104](https://dlang.org/changelog/2.104.0.html)
```d
alias Tint = int;
@Tint void f();
```
Here says not to use basic types as attributes, but the following 
example give it another basic type?
```d
@int void f();
```



More information about the Digitalmars-d-announce mailing list