dmd.dmangle

Does name mangling for extern(D) symbols.

Specification: Name Mangling

Members

Functions

decoToType
Type decoToType(const(char)[] deco)

Convert a string representing a type (the deco) and return its equivalent Type.

isValidMangling
bool isValidMangling(dchar c)
mangleExact
const(char)* mangleExact(FuncDeclaration fd)

Returns exact mangled name of function.

Meta