Bitset.addRangeClosed

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

class Bitset
void
addRangeClosed
(
uint first
,
uint last
)

Parameters

first uint

first value to add

last uint

last value to add

Meta