Bitset.removeRange

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

class Bitset
void
removeRange
(
uint start
,
uint nItems
)

Parameters

start uint

first value to remove

nItems uint

number of consecutive values to remove

Meta