pass in a buffer to fill up with values, returns how many values were returned
([]uint64)
| 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 { |
no outgoing calls