code.demangle can't demangle a type.

Yuxuan Shui via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat May 13 15:03:05 PDT 2017


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?


More information about the Digitalmars-d-learn mailing list