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
package nothrow bool
isValidMangling
(dcharc
);Return Value
true
if the given character is a valid mangled character -
Declaration
const(char)*
mangleExact
(FuncDeclarationfd
);Returns exact mangled name of function.