(typ *super.TypeSet, offsets []uint32, values Any)
| 14 | var _ Any = (*TypeValue)(nil) |
| 15 | |
| 16 | func NewSet(typ *super.TypeSet, offsets []uint32, values Any) *Set { |
| 17 | return &Set{typ, offsets, values} |
| 18 | } |
| 19 | |
| 20 | func (*Set) Kind() Kind { |
| 21 | return KindSet |
no outgoing calls
no test coverage detected