BitsetIter.next

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.

class BitsetIter
bool
next
(
out uint value
)

Parameters

value uint

Set to the next value

Return Value

Type: bool

true if a next value existed