Bitset.addRangeClosed

void addRangeClosed(uint first, uint last)

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

Parameters

firstfirst value to add
lastlast value to add