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