TypeInfoFn

Declaration

TypeInfoFn :: struct #base TypeInfo #compiler {
    args: []TypeInfoFnArg;
    ret_type: *TypeInfo;
    is_vargs: bool;
}

Description

Detailed information about function types.

Members

  • args Slice of argument type infos.

  • ret_type Return type info.

  • is_vargs True when function has variable argument list.

Declared in: a.bl