www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - code.demangle can't demangle a type.

So in this document:

http://yshui.gitlab.io/sdpc/sdpc/parsers/whitespace.html

Part of the type name is still mangled. I found ddox use 
core.demangle.demangleType internally. So I guess code.demangle 
is following behind dmd?

Is there a better way to demangle a name?
May 13 2017