Bitset.removeRange

void removeRange(uint start, uint nItems)

Removes all values from start (inclusive) to start + n_items (exclusive) in self.

Parameters

startfirst value to remove
nItemsnumber of consecutive values to remove