(&self, op: &ArrayOp)
| 185 | |
| 186 | impl ArrayApplyObserver for ArrayFanout { |
| 187 | fn on_op_applied(&self, op: &ArrayOp) { |
| 188 | self.fan_out_op(op); |
| 189 | } |
| 190 | } |
| 191 | |
| 192 | /// Extract coordinate components as `u64` for range-matching against |
no test coverage detected