Forbidden file names?

Brian bcallah at openbsd.org
Sun Mar 14 21:02:32 UTC 2021


On Sunday, 14 March 2021 at 20:57:39 UTC, Paul Backus wrote:
>
> This is the error you get when you try to call a function that 
> has the same name as the current module. The best way to fix it 
> is to rename the module, but if you can't, you can use an alias 
> to disambiguate:
>
>     alias sort = std.algorithm.sort;

Thanks.


More information about the Digitalmars-d-learn mailing list