reencodeMangled

fnchar[] reencodeMangled(return scope const(char)[] mangled) nothrow pure @safe

reencode a mangled symbol name that might include duplicate occurrences of the same identifier by replacing all but the first occurence with a back reference.

Parameters

mangledThe mangled string representing the type

Returns

The mangled name with deduplicated identifiers