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? --