Package: gtk
Function gtk:bitset-difference
Lambda Listgtk:bitset-difference (bitset other) ArgumentsDetails Sets bitset to be the symmetric difference of bitset and other, that is set bitset to contain all values that were either contained in bitset or in other, but not in both. This operation
is also called an XOR. 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