Package: gtk

Function gtk:bitset-subtract

Lambda List

gtk:bitset-subtract (bitset other)

Arguments

bitset -- a gtk:bitset instance
other -- a gtk:bitset instance to subtract

Details

Sets bitset to be the subtraction of bitset from other, that is remove all values from bitset that are part of other. It is allowed for bitset and other to be the same bitset. The bitset will be emptied in that case.
 

See also

2023-9-27