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

Reply via email to