Skip to content

TypeInfoStruct

Declaration

TypeInfoStruct :: struct #base TypeInfo #compiler {
    name: string;
    members: []TypeInfoStructMember; 
    is_slice: bool
}

Description

Detailed information about structure types.

Members

  • name Structure type name.
  • members Slice of structure member infos.
  • is_slice True when structure is slice.
  • is_union True when structure is union type.

Declared in: _builtin.bl