dmd.dmangle

Does name mangling for extern(D) symbols.

Specification: Name Mangling

Authors

Walter Bright, http://www.digitalmars.com

Source: dmangle.d

  • Declaration

    package nothrow bool isValidMangling(dchar c);

    Return Value

    true if the given character is a valid mangled character

  • Declaration

    const(char)* mangleExact(FuncDeclaration fd);

    Returns exact mangled name of function.