Package: gtk

Function gtk:bitset-shift-left

Lambda List

gtk:bitset-shift-left (bitset amount)

Arguments

bitset -- a gtk:bitset instance
amount -- an unsigned integer with the amount to shift all values to left

Details

Shifts all values in bitset to the left by amount. Values smaller than amount are discarded.
 

See also

2023-9-27