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

Meta