(value2 *arrayContainer)
| 2447 | } |
| 2448 | |
| 2449 | func (rc *runContainer16) ixorArray(value2 *arrayContainer) container { |
| 2450 | return rc.toBitmapContainer().ixor(value2) |
| 2451 | } |
| 2452 | |
| 2453 | func (rc *runContainer16) ixorBitmap(value2 *bitmapContainer) container { |
| 2454 | return value2.ixor(rc) |
no test coverage detected