Does in D exist something like __func__?
For example in gcc:
int main(){ printf("%s", __func__); ...}
returns "main".

Reply via email to