On Saturday, 21 January 2023 at 22:53:19 UTC, Matt wrote:
but what is the D equivalent to header files, and what do I have to do to prepare and use my library in another project?

The most common and easiest thing in D is to just distribute the source files, the compiler can pull whatever it needs out of there.

I almost never even build libraries separately, instead letting the compiler include them as-needed in the build.

Reply via email to