demangleType

fnchar[] demangleType( const(char)[] buf, char[] dst = null ) nothrow pure @safe

Demangles a D mangled type.

Parameters

bufThe string to demangle.
dstAn optional destination buffer.

Returns

The demangled type name or the original string if the name is not a

mangled D type.