Method
fullUnderlyingTypeName(asOptional:)
Returns the full type including pointers and taking into account const
func fullUnderlyingTypeName(asOptional: Bool? = nil) -> String
Parameters
asOptional-
Return an optional if
true, otherwise return an optional only if it is a callback type
Return Value
Full type, including pointers and taking into account const