Does name mangling for extern(D) symbols.
Specification: Name Mangling
Convert a string representing a type (the deco) and return its equivalent Type.
Returns exact mangled name of 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, https://www.digitalmars.com
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Does name mangling for extern(D) symbols.
Specification: Name Mangling