(a *bitmapContainer)
| 255 | } |
| 256 | |
| 257 | func newBitmapContainerManyIterator(a *bitmapContainer) *bitmapContainerManyIterator { |
| 258 | return &bitmapContainerManyIterator{a, -1, 0} |
| 259 | } |
| 260 | |
| 261 | func (bc *bitmapContainer) getManyIterator() manyIterable { |
| 262 | return newBitmapContainerManyIterator(bc) |
no outgoing calls
searching dependent graphs…