(value2 *arrayContainer)
| 673 | } |
| 674 | |
| 675 | func (bc *bitmapContainer) lazyORArray(value2 *arrayContainer) container { |
| 676 | answer := bc.clone().(*bitmapContainer) |
| 677 | return answer.lazyIORArray(value2) |
| 678 | } |
| 679 | |
| 680 | func (bc *bitmapContainer) lazyIORBitmap(value2 *bitmapContainer) container { |
| 681 | answer := bc |
no test coverage detected