(value2 *arrayContainer)
| 928 | } |
| 929 | |
| 930 | func (bc *bitmapContainer) ixorArray(value2 *arrayContainer) container { |
| 931 | vbc := value2.toBitmapContainer() |
| 932 | return bc.ixorBitmap(vbc) |
| 933 | } |
| 934 | |
| 935 | func (bc *bitmapContainer) ixorRun16(value2 *runContainer16) container { |
| 936 | rcb := value2.toBitmapContainer() |
no test coverage detected