TypeInfoStruct¶
TypeInfoStruct :: struct {
name: string;
members: []TypeInfoStructMember;
is_slice: bool;
is_union: bool;
is_dynamic_array: bool;
}
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.
is_dynamic_array - True when structure is dynamic array.
Declared in: a.bl