Package: gtk

Function gtk:bitset-maximum

Lambda List

gtk:bitset-maximum (bitset)

Arguments

bitset -- a gtk:bitset instance

Return Value

The unsigned integer with the largest value in bitset.

Details

Returns the largest value in the bitset. If the bitset is empty, 0 is returned. See the gtk:bitset-minimum documentation for examples.
 

See also

2025-3-13