▲ | dionian 3 days ago | |
so module imports looks to be different from normal imports and actually helps reduce the number of imports the developer needs to write. FWIW Scala (which runs on java) does have import renaming and also type aliases which can do what you mentioned. | ||
▲ | keltex 3 days ago | parent [-] | |
C# supports the "using alias" like this:
https://learn.microsoft.com/en-us/dotnet/csharp/language-ref... |