syntax sugar: std.path::buildPath instead of from!"std.path".buildPath

Daniel N via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 14 02:39:59 PST 2017


On Tuesday, 14 February 2017 at 10:23:51 UTC, Daniel N wrote:
>>
>> -- Johannes
>
> my_module:File
>
> is it a label followed by File or File inside my_module?

This would be unambiguous AFAIK, since labels can't start with 
"import."

import.my_module:File




More information about the Digitalmars-d mailing list