Working with modules

Ali Çehreli acehreli at yahoo.com
Sat Feb 16 06:12:22 PST 2013


On 02/16/2013 04:58 AM, Jacob Carlborg wrote:
> On 2013-02-16 05:14, Ali Çehreli wrote:
>
>> mixin (import ("part_of_my_module.d"));
>> mixin (import ("another_part_of_my_module.d"));
>
> How is that better than public imports. You'll get access to private
> declarations but besides that.
>

I don't think it is better than any other solution. I got reminded of 
this possibility; that's all. :)

Ali


More information about the Digitalmars-d-learn mailing list