BitsetIter.previous

bool previous(out uint value)

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.

Parameters

valueSet to the previous value

Returns

true if a previous value existed