Bitset.addRange

void addRange(uint start, uint nItems)

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

Parameters

startfirst value to add
nItemsnumber of consecutive values to add