(key)
| 115974 | return ctr; |
| 115975 | } |
| 115976 | function TupleStore(key) { |
| 115977 | this._key = key ? (0, _vegaUtil.field)(key) : (0, _vegaDataflow.tupleid); |
| 115978 | this.reset(); |
| 115979 | } |
| 115980 | const prototype$1 = TupleStore.prototype; |
| 115981 | prototype$1.reset = function() { |
| 115982 | this._add = []; |