I´m new to the D Programming Language and have a very simple problem.
I want to compile a D Script Library once and then use it in my other D projects.
In C I linked to the .lib files and created headers for them, but in D I don´t find things like that (are there even some sort of headers in D?)
I use D-IDE as my IDE and DMD2 as my compiler.