Package: gtk

Function gtk:bitset-add-range

Lambda List

gtk:bitset-add-range (bitset start n)

Arguments

bitset -- a gtk:bitset instance
start -- an unsigned integer with the first value to add
n -- an unsigned integer with the number of consecutive values to add

Details

Adds all values from start (inclusive) to start + n (exclusive) in the bitset.
 

See also

2024-10-18