Demangles D/C++ mangled names. If it is not a D/C++ mangled name, it returns its argument name.
The string to demangle.
An optional destination buffer.
optional C++ demangler
The demangled name or the original string if the name is not a mangled D/C++ name.
See Implementation
Demangles D/C++ mangled names. If it is not a D/C++ mangled name, it returns its argument name.