Syntax for Static Import of User Define Attributes

ryuukk_ ryuukk.dev at gmail.com
Fri Jul 28 15:11:14 UTC 2023


Whenever there might be symbol clash, or when i want to make sure 
i can identify where something from from i do:

```d
import me = my.awesome.module;


void main() {
     me.hi();
}
```


More information about the Digitalmars-d-learn mailing list