On 9/14/22 12:08, Ali Çehreli wrote: > - Subpackage design (thinking about it...)
Ok, I think I fixed that one as well. I think my main problem was trying to import 'alid': import alid; // WRONG - Could not make it work import alid.alid; // Worked with package.d file I think subpackages work as well: import alid.cached; // etc. (Yes, I used many "I think"s. :) ) Ali
