Does name mangling for extern(D) symbols.
Specification: Name Mangling
Returns exact mangled name of function.
Mangle function signatures ('this' qualifier, and parameter types) to check conflicts in function overloads. It's different from fd.type.deco. For example, fd.type.deco would be null if fd is an auto function.
See Source File _dmangle.d Documentation: https://dlang.org/phobos/dmd_dmangle.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/dmangle.d References: https://dlang.org/blog/2017/12/20/ds-newfangled-name-mangling/
Walter Bright, http://www.digitalmars.com
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Does name mangling for extern(D) symbols.
Specification: Name Mangling