Bitset.shiftRight

Shifts all values in @self to the right by @amount.

Values that end up too large to be held in a #guint are discarded.

class Bitset
void
shiftRight
(
uint amount
)

Parameters

amount uint

amount to shift all values to the right

Meta