Introducing alid

Ali Çehreli acehreli at yahoo.com
Thu Sep 15 02:30:43 UTC 2022


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



More information about the Digitalmars-d-announce mailing list