Package: gtk

Function gtk:bitset-add

Lambda List

gtk:bitset-add (bitset value)

Arguments

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

Return Value

True if value was not part of bitset and bitset was changed.

Details

Adds value to the bitset if it was not part of it before.
 

See also

2023-9-11