Bitset.shiftLeft

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

Values smaller than @amount are discarded.

class Bitset
void
shiftLeft
(
uint amount
)

Parameters

amount uint

amount to shift all values to the left

Meta