Type.isPtrToFunction

Is this type a pointer to a function?

class Type
final pure inout nothrow @nogc
isPtrToFunction
()

Return Value

Type: inout(TypeFunction)

the function type if it is

Meta