Getting function name at comptime and stringify

I think one reason why this might be deliberately difficult is to avoid exposing things to the user which then need to be supported by the compiler and create additional complexity in it, but I am not completely sure, whether there are issues that point out more specific reasons for the current design.

Here is a topic where @chung-leong found a sneaky way to access the function name: Is there a way to get the function name from pointer - #3 by chung-leong