(How) can reflection recoginzie `extern` variables?

Quirin Schroll qs.il.paperinik at gmail.com
Fri Oct 11 16:33:55 UTC 2024


```d
extern int x;
/****/ int y;
```

(How) can I get the information that `x` is `extern` and `y` is 
not? There seems to be no `__traits` for it.


More information about the Digitalmars-d-learn mailing list