TypeInfoStruct
Declaration
TypeInfoStruct :: struct #base TypeInfo #compiler {
name: string;
members: []TypeInfoStructMember;
is_slice: bool
is_union: bool;
is_dynamic_array: bool;
}
Description
Detailed information about structure types.
Members
nameStructure type name.membersSlice of structure member infos.is_sliceTrue when structure is slice.is_unionTrue when structure is union.is_dynamic_arrayTrue when structure is dynamic array.
Declared in: a.bl