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