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

Meta