dmd.dmangle
Does name mangling for extern(D) symbols.
Specification: Name Mangling
License
Source: dmangle.d
Documentation: https://dlang.org/phobos/dmd_dmangle.html
-
Declaration
const(char)*mangleExact(FuncDeclarationfd);Returns exact mangled name of function.
-
Declaration
package nothrow boolisValidMangling(dcharc);Return Value
trueif the given character is a valid mangled character -
Declaration
TypedecoToType(const(char)[]deco);Convert a string representing a type (the
deco) and return its equivalent Type.Parameters
const(char)[]decostring containing the
decoReturn Value
nullfor failed to convert Type for succeeded