digitalmars.D.learn - Defining a function without exporting it
- Nub Public (3/3) Jun 24 2011 How to define a function without exporting it to a static library?
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.
Jun 24 2011