Objc.toPrettyChars

Returns a pretty textual representation of the given class declaration.

class Objc
abstract const
const(char)*
toPrettyChars

Parameters

classDeclaration ClassDeclaration

the class declaration to return the textual representation for

qualifyTypes bool

true if types should be qualified in the result

Return Value

Type: const(char)*

the textual representation

Suggestion Box / Bug Report