reencodeMangled
fn
char[] reencodeMangled(return scope const(char)[] mangled) nothrow pure @safereencode 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
mangled | The mangled string representing the type |
Returns
The mangled name with deduplicated identifiers