(builder *scode.Builder, slot uint32)
| 21 | } |
| 22 | |
| 23 | func (d *Dict) Serialize(builder *scode.Builder, slot uint32) { |
| 24 | d.Any.Serialize(builder, uint32(d.Index[slot])) |
| 25 | } |
| 26 | |
| 27 | // RebuildDropIndex rebuilds the dictionary Index and Count values with tags removed. |
| 28 | func (d *Dict) RebuildDropTags(tags ...uint32) ([]byte, []uint32, []uint32) { |