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
first | first value to add |
last | last value to add |
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.
first | first value to add |
last | last value to add |