Package: gtk

Function gtk:bitset-add-range-closed

Lambda List

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

Arguments

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

Details

Adds 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