Package: gtk

Function gtk:bitset-iter-init-last

Lambda List

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

Arguments

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

Return Value

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

Details

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

See also

2025-3-13