Bitset.this

Creates a bitset with the given range set.

  1. this(GtkBitset* gtkBitset, bool ownedRef)
  2. this()
  3. this(uint start, uint nItems)
    class Bitset
    this
    (
    uint start
    ,
    uint nItems
    )

Parameters

start uint

first value to add

nItems uint

number of consecutive values to add

Return Value

A new bitset

Throws

ConstructionException GTK+ fails to create the object.

Meta