demangleType

Demangles a D mangled type.

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

Parameters

buf
Type: const(char)[]

The string to demangle.

dst
Type: char[]

An optional destination buffer.

Return Value

Type: char[]

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

Suggestion Box / Bug Report