Bitset.removeRangeClosed

Removes the closed range [first, last], so first, last and all values in between. first must be smaller than last.

class Bitset
void
removeRangeClosed
(
uint first
,
uint last
)

Parameters

first uint

first value to remove

last uint

last value to remove