mangleFunc

fnchar[] mangleFunc(T: FT *, FT)(return scope const(char)[] fqn, return scope char[] dst = null) if (is(FT == function)) @safe pure nothrow

Mangles a D function.

Parameters

Tfunction pointer type.
fqnThe fully qualified name of the symbol.
dstAn optional destination buffer.

Returns

The mangled name for a function with function pointer type T and

the given fully qualified name.