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
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