Package: gtk

Function gtk:bitset-remove-range-closed

Lambda List

gtk:bitset-remove-range-closed (bitset first last)

Arguments

bitset -- a gtk:bitset instance
first -- an unsigned integer with the first value to remove
last -- an unsigned integer with the last value to remove

Details

Removes the closed range [first,last], so the first value, the last value and all values in between. The first value must be smaller than the last value.
 

See also

2024-8-14