Lines Matching defs:Struct
19 type Struct struct { struct20 Int8 int821 Int16 int1622 Int32 int3223 Int64 int6424 Uint8 uint825 Uint16 uint1626 Uint32 uint3227 Uint64 uint6428 Float32 float3229 Float64 float6430 Complex64 complex6431 Complex128 complex12832 Array [4]uint833 Bool bool34 BoolArray [4]bool