June 24, 2011
How to define a function without exporting it to a static library?

With C++ we do this using "inline", but I can't find anything similar with D.