BitsetIter.initAt

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.

class BitsetIter
static
bool
initAt

Parameters

iter gtk.bitset_iter.BitsetIter

a pointer to an uninitialized gtk.bitset_iter.BitsetIter

set gtk.bitset.Bitset
target uint

target value to start iterating at

value uint

Set to the found value in set

Return Value

Type: bool

true if a value was found.