modulename

Jonathan M Davis jmdavisProg at gmx.com
Tue Sep 4 13:16:42 PDT 2012


On Tuesday, September 04, 2012 21:41:24 Andrej Mitrovic wrote:
> __FILE__?

That'll mostly work, but it's perfectly possible to give a module a name which 
is completely different from the file name.

But it looks like we now have std.traits.moduleName, so presumably that will 
do the trick.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list