(val super.Value)
| 384 | } |
| 385 | |
| 386 | func (c *collectionBuilder) append(val super.Value) { |
| 387 | c.types = append(c.types, val.Type()) |
| 388 | c.bytes = append(c.bytes, val.Bytes()) |
| 389 | } |
| 390 | |
| 391 | func (c *collectionBuilder) appendSpread(inner super.Type, b scode.Bytes) { |
| 392 | union, _ := super.TypeUnder(inner).(*super.TypeUnion) |