()
| 259 | } |
| 260 | |
| 261 | func (bc *bitmapContainer) getManyIterator() manyIterable { |
| 262 | return newBitmapContainerManyIterator(bc) |
| 263 | } |
| 264 | |
| 265 | type bitmapContainerUnsetIterator struct { |
| 266 | ptr *bitmapContainer |
nothing calls this directly
no test coverage detected