type_function

Allocation a function type.

version(COMPILE)
extern (C++) nothrow extern (C)
type_function

Parameters

tyf tym_t

function type

ptypes type*[]

types of the function parameters

variadic bool

if ... function

tret type*

return type

Return Value

Type: type*

Tcount already incremented

Meta