Package: gtk

Function gtk:bitset-iter-init-first

Lambda List

gtk:bitset-iter-init-first (iter bitset)

Arguments

iter -- an uninitialized gtk:bitset-iter instance
bitset -- a gtk:bitset instance

Return Value

The unsigned integer with the first value in bitset, or nil if bitset is empty.

Details

Initializes an iterator for the bitset and points it to the first value in the bitset. If the bitset is empty, nil is returned.
 

See also

2024-8-15