[Issue 8109] typeof(function) within functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 21 10:36:58 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=8109

--- Comment #4 from Manu <turkeyman at gmail.com> ---
Yeah good point.
__FUNCTION__ really should have been that symbol you describe, then you could
use __FUNCTION__.stringof or mangleof, or typeof(), etc...

Maybe introduce __function__ which is the symbol?

--


More information about the Digitalmars-d-bugs mailing list