()
| 1066 | |
| 1067 | func (t *TupleType) FixedLength() int { return t.fixedLength } |
| 1068 | func (t *TupleType) IsReadonly() bool { return t.readonly } |
| 1069 | func (t *TupleType) ElementFlags() []ElementFlags { |
| 1070 | elementFlags := make([]ElementFlags, len(t.elementInfos)) |
| 1071 | for i, info := range t.elementInfos { |
no outgoing calls
no test coverage detected