Bitset.addRange
void addRange(uint start, uint nItems)Adds all values from start (inclusive) to start + n_items (exclusive) in self.
Parameters
start | first value to add |
nItems | number of consecutive values to add |
void addRange(uint start, uint nItems)Adds all values from start (inclusive) to start + n_items (exclusive) in self.
start | first value to add |
nItems | number of consecutive values to add |