the given fully qualified name.
mangleFunc
fn
char[] mangleFunc(T: FT *, FT)(return scope const(char)[] fqn, return scope char[] dst = null) if (is(FT == function)) @safe pure nothrowMangles a D function.
Parameters
T | function pointer type. |
fqn | The fully qualified name of the symbol. |
dst | An optional destination buffer. |
Returns
The mangled name for a function with function pointer type T and