Skip to content

TypeInfoFnArg

Declaration

TypeInfoFnArg :: struct #compiler {
    name: string;
    base_type: *TypeInfo
}

Description

Detailed information about function's argument.

Members

  • name Member type name.
  • base_type Argument type info.

Declared in: _builtin.bl