Working with modules

Jacob Carlborg doob at me.com
Sat Feb 16 04:58:29 PST 2013


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.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list