Package: gtk

Function gtk:bitset-shift-right

Lambda List

gtk:bitset-shift-right (bitset amount)

Arguments

bitset -- a gtk:bitset instance
amount -- an unsigned integer for the amount to shift all values to right

Details

Shifts all values in bitset to the right by amount. Values that end up too large to be held in an unsigned 32-bit integer are discarded.
 

See also

2025-3-13