(value2 *bitmapContainer)
| 687 | } |
| 688 | |
| 689 | func (bc *bitmapContainer) lazyORBitmap(value2 *bitmapContainer) container { |
| 690 | answer := bc.clone().(*bitmapContainer) |
| 691 | return answer.lazyIORBitmap(value2) |
| 692 | } |
| 693 | |
| 694 | func (bc *bitmapContainer) xor(a container) container { |
| 695 | switch x := a.(type) { |
no test coverage detected