demangleType

* Demangles a D mangled type. * * Params: * buf = The string to demangle. * dst = An optional destination buffer. * * Returns: * The demangled type name or the original string if the name is not a * mangled D type.

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

Meta