Package: gtk
Function gtk:bitset-union
Lambda Listgtk:bitset-union (bitset other) ArgumentsDetails          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 | 
2025-03-13