Bitset.newRange
gtk.bitset.Bitset newRange(uint start, uint nItems)Creates a bitset with the given range set.
Parameters
start | first value to add |
nItems | number of consecutive values to add |
Returns
A new bitset
gtk.bitset.Bitset newRange(uint start, uint nItems)Creates a bitset with the given range set.
start | first value to add |
nItems | number of consecutive values to add |