Bitset.newRange

Creates a bitset with the given range set.

class Bitset
static
newRange
(
uint start
,
uint nItems
)

Parameters

start uint

first value to add

nItems uint

number of consecutive values to add

Return Value

Type: gtk.bitset.Bitset

A new bitset