Beta 2.079.0

Timothee Cour thelastmammoth at gmail.com
Tue Feb 20 20:20:57 UTC 2018


so how does one enforce that it imports `bar` as a module and not a
symbol in myModule when doing `import myModule : foo, bar;` ?
could this be supported:
`import myModule : foo, bar :`;
to break ambiguity?



On Tue, Feb 20, 2018 at 12:10 PM, jmh530 via Digitalmars-d-announce
<digitalmars-d-announce at puremagic.com> wrote:
> On Tuesday, 20 February 2018 at 20:08:55 UTC, jmh530 wrote:
>>
>> So in your example you know that bar is in myModule because bar is neither
>> fully qualified, nor is it fully qualified.
>>
>
> *nor does it have selective imports.


More information about the Digitalmars-d-announce mailing list