(bc *bitmapContainer)
| 466 | } |
| 467 | |
| 468 | func (ac *arrayContainer) lazyIorBitmap(bc *bitmapContainer) container { |
| 469 | // TODO actually make this lazy |
| 470 | return ac.iorBitmap(bc) |
| 471 | } |
| 472 | |
| 473 | func (ac *arrayContainer) lazyIorRun16(rc *runContainer16) container { |
| 474 | // TODO actually make this lazy |