.. _TypeInfoFn: TypeInfoFn ========== .. code-block:: bl TypeInfoFn :: struct { args: []TypeInfoFnArg; ret_type: *TypeInfo; is_vargs: bool; } 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*