Package: gtk

Function gtk:bitset-iter-init-at

Lambda List

gtk:bitset-iter-init-at (iter bitset target)

Arguments

iter -- an uninitialized gtk:bitset-iter instance
bitset -- a gtk:bitset instance
target -- an unsigned integer with the target value to start iterating at

Return Value

The unsigned integer with the found value in bitset, or nil.

Details

Initializes an iterator for the bitset to point to target. If target is not found, finds the next value after it. If no value greater than or equal target exists in the bitset, this function returns nil.
 

See also

2024-8-15