(t)
| 5544 | for (let e = 0, n = r.length; e < n; ++e) r[e].add(r[e].get(t), t); |
| 5545 | }, |
| 5546 | rem(t) { |
| 5547 | const e = this.cellkey(t), |
| 5548 | n = this.cell(e, t); |
| 5549 | if (((n.num -= 1), this._countOnly)) return; |
| 5550 | n.store && n.data.rem(t); |
| 5551 | const r = n.agg; |
| 5552 | for (let e = 0, n = r.length; e < n; ++e) r[e].rem(r[e].get(t), t); |
| 5553 | }, |
| 5554 | celltuple(t) { |
| 5555 | const e = t.tuple, |
| 5556 | n = this._counts; |