TupleContents returns a slice containing the type of each tuple field. This is nil for non-TupleFamily types.
()
| 1509 | // TupleContents returns a slice containing the type of each tuple field. This |
| 1510 | // is nil for non-TupleFamily types. |
| 1511 | func (t *T) TupleContents() []*T { |
| 1512 | return t.InternalType.TupleContents |
| 1513 | } |
| 1514 | |
| 1515 | // TupleLabels returns a slice containing the labels of each tuple field. This |
| 1516 | // is nil for types not in the TupleFamily, or if the tuple type does not |
no outgoing calls
no test coverage detected