ManyIntIterable64 allows you to iterate over the values in a Bitmap
| 154 | |
| 155 | // ManyIntIterable64 allows you to iterate over the values in a Bitmap |
| 156 | type ManyIntIterable64 interface { |
| 157 | // pass in a buffer to fill up with values, returns how many values were returned |
| 158 | NextMany([]uint64) int |
| 159 | } |
| 160 | |
| 161 | type manyIntIterator struct { |
| 162 | pos int |
no outgoing calls
no test coverage detected
searching dependent graphs…