Bitset.addRange

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

class Bitset
void
addRange
(
uint start
,
uint nItems
)

Parameters

start uint

first value to add

nItems uint

number of consecutive values to add

Meta