(value2 *bitmapContainer)
| 2451 | } |
| 2452 | |
| 2453 | func (rc *runContainer16) ixorBitmap(value2 *bitmapContainer) container { |
| 2454 | return value2.ixor(rc) |
| 2455 | } |
| 2456 | |
| 2457 | func (rc *runContainer16) ixorRunContainer16(value2 *runContainer16) container { |
| 2458 | return rc.toBitmapContainer().ixor(value2.toBitmapContainer()) |