Initializes iter to point to target.
If target is not found, finds the next value after it. If no value >= target exists in set, this function returns false.
a pointer to an uninitialized gtk.bitset_iter.BitsetIter
a gtk.bitset.Bitset
target value to start iterating at
Set to the found value in set
true if a value was found.
Initializes iter to point to target.
If target is not found, finds the next value after it. If no value >= target exists in set, this function returns false.