Package: gtk

Function gtk:bitset-intersect

Lambda List

gtk:bitset-intersect (bitset other)

Arguments

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

Details

Sets bitset to be the intersection of bitset and other, that is remove all values from bitset that are not part of other. It is allowed for bitset and other to be the same bitset. Nothing will happen in that case.
 

See also

2023-9-27