[ CCode ( has_construct_function = false ) ]
public Bitset.range (uint start, uint n_items)
Creates a bitset with the given range set.
start |
first value to add |
n_items |
number of consecutive values to add |
A new bitset |