BitsetIter.next
bool next(out uint value)Moves iter to the next value in the set.
If it was already pointing to the last value in the set, false is returned and iter is invalidated.
Parameters
value | Set to the next value |
Returns
true if a next value existed