TypeInfoFn :: struct { args: []TypeInfoFnArg; ret_type: *TypeInfo; is_vargs: bool; }
Detailed information about function types.
args - Slice of argument type infos.
ret_type - Return type info.
is_vargs - True when function has variable argument list.
Declared in: a.bl