type_function

Allocation a function type.

extern (C) nothrow @safe @trusted
type*
type_function
(
tym_t tyf
,
type*[] ptypes
,,
type* tret
)

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