On Friday, 11 October 2024 at 17:58:00 UTC, Salih Dincer wrote:

There is no __traits mechanism to directly determine ...

```d
extern int x;
int y;

pragma(msg, __traits(isSame, y, x));
```

I tried it now, but as I said, it wouldn't be unreasonable:

SDB@79


Reply via email to