Package: gtk

Function gtk:bitset-contains

Lambda List

gtk:bitset-contains (bitset value)

Arguments

bitset -- a gtk:bitset instance
value -- an unsigned integer with the value to check

Return Value

True if bitset contains value.

Details

Checks if the given value has been added to the bitset.
 

See also

2023-9-11