Since D has no header files, is it possible to distribute binary-only libraries? With C++ you can ship just header files and compiled libs, then the users can see the interface but not the implementation. How can you do that with D? --bb