Package: gtk

Function gtk:bitset-size-in-range

Lambda List

gtk:bitset-size-in-range (bitset first last)

Arguments

bitset -- a gtk:bitset instance
first -- an unsigned integer for the first element to include
last -- an unsigned integer for the last element to include

Return Value

The unsigned integer with the number of values in the set from first to last.

Details

Gets the number of values that are part of the bitset from first to last (inclusive).
 

See also

2025-3-13