(value2 *runContainer16)
| 933 | } |
| 934 | |
| 935 | func (bc *bitmapContainer) ixorRun16(value2 *runContainer16) container { |
| 936 | rcb := value2.toBitmapContainer() |
| 937 | return bc.ixorBitmap(rcb) |
| 938 | } |
| 939 | |
| 940 | func (bc *bitmapContainer) ixorBitmap(value2 *bitmapContainer) container { |
| 941 | newCardinality := int(popcntXorSlice(bc.bitmap, value2.bitmap)) |
no test coverage detected