Package: gtk

Function gtk:bitset-minimum

Lambda List

gtk:bitset-minimum (bitset)

Arguments

bitset -- a gtk:bitset instance

Return Value

The unsigned integer with the smallest value in bitset.

Details

Returns the smallest value in the bitset. If the bitset is empty, the maximum value for an unsigned 32-bit integer variable is returned, that is the #xffffffff value.
 

See also

2024-8-14