BitsetIter.previous

Moves iter to the previous value in the set.

If it was already pointing to the first value in the set, false is returned and iter is invalidated.

class BitsetIter
bool
previous
(
out uint value
)

Parameters

value uint

Set to the previous value

Return Value

Type: bool

true if a previous value existed