reencodeMangled

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. *

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

Parameters

mangled
Type: const(char)[]

The mangled string representing the type *

Return Value

Type: char[]

The mangled name with deduplicated identifiers

Suggestion Box / Bug Report