How can I express the type of a function in D?

dnsmt null at dnsmt.nl
Mon Feb 4 09:29:42 UTC 2019


On Wednesday, 30 January 2019 at 05:14:20 UTC, Sobaya wrote:
> I want to get a mangled name of a D function by 
> `core.demangle.mangle`, but I'm in trouble because there are no 
> ways to express a type of a function, which is used for a 
> template argument of `mangle`.

Did you consider `core.demangle.mangleFunc` instead?


More information about the Digitalmars-d-learn mailing list