TypeInfoFn
Declaration
TypeInfoFn :: struct #base TypeInfo #compiler {
args: []TypeInfoFnArg;
ret_type: *TypeInfo;
is_vargs: bool;
}
Description
Detailed information about function types.
Members
argsSlice of argument type infos.ret_typeReturn type info.is_vargsTrue when function has variable argument list.
Declared in: a.bl