Gets the current value that iter points to.
Checks if iter points to a valid value.
Moves iter to the next value in the set.
Moves iter to the previous value in the set.
Initializes iter to point to target.
Initializes an iterator for set and points it to the first value in set.
Initializes an iterator for set and points it to the last value in set.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
An opaque, stack-allocated struct for iterating over the elements of a gtk.bitset.Bitset.
Before a gtk.bitset_iter.BitsetIter can be used, it needs to be initialized with gtk.bitset_iter.BitsetIter.initFirst, gtk.bitset_iter.BitsetIter.initLast or gtk.bitset_iter.BitsetIter.initAt.