Bitset.shiftRight
void shiftRight(uint amount)Shifts all values in self to the right by amount.
Values that end up too large to be held in a #guint are discarded.
Parameters
amount | amount to shift all values to the right |
void shiftRight(uint amount)Shifts all values in self to the right by amount.
Values that end up too large to be held in a #guint are discarded.
amount | amount to shift all values to the right |