digitalmars.D.learn - Defining a function without exporting it
- Nub Public <nubpublic gmail.com> Jun 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.
Jun 24 2011








Nub Public <nubpublic gmail.com>