(a, b)
| 108043 | return (t)=>map[tupleid(t)] ? null : t; |
| 108044 | } |
| 108045 | function addFilter(a, b) { |
| 108046 | return a ? (t, i)=>a(t, i) && b(t, i) : b; |
| 108047 | } |
| 108048 | Pulse.prototype = { |
| 108049 | /** |
| 108050 | * Sentinel value indicating pulse propagation should stop. |