Package: gtk

Function gtk:bitset-nth

Lambda List

gtk:bitset-nth (bitset nth)

Arguments

bitset -- a gtk:bitset instance
nth -- an unsigned integer with the index of the item to get

Return Value

The unsigned integer with the value of the nth item in bitset.

Details

Returns the value of the nth item in the bitset. If nth is greater than or equal the size of the bitset, 0 is returned.
 

See also

2024-8-14