Package: gtk

Function gtk:bitset-union

Lambda List

gtk:bitset-union (bitset other)

Arguments

bitset -- a gtk:bitset instance
other -- a gtk:bitset instance to union with

Details

Sets bitset to be the union of bitset and other, that is add all values from other into bitset that were not part of it. It is allowed for bitset and other to be the same bitset. Nothing will happen in that case.
 

See also

2023-9-27