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();
```

Reply via email to