NextMany64 fills up buf with 64 bit values, uses hs as a mask (OR), returns how many values were returned
(hs uint64, buf []uint64)
| 685 | NextMany(buf []uint32) int |
| 686 | // NextMany64 fills up buf with 64 bit values, uses hs as a mask (OR), returns how many values were returned |
| 687 | NextMany64(hs uint64, buf []uint64) int |
| 688 | } |
| 689 | |
| 690 | type manyIntIterator struct { |