| 6 | ) |
| 7 | |
| 8 | type Any interface { |
| 9 | Type() super.Type |
| 10 | Kind() Kind |
| 11 | Len() uint32 |
| 12 | Serialize(*scode.Builder, uint32) |
| 13 | } |
| 14 | |
| 15 | // ValueAt returns the value in vec at slot. If b is not nil, ValueAt calls b's |
| 16 | // Truncate method and builds the value in it. To safely reuse b while the |
no outgoing calls
no test coverage detected