Bitset.shiftLeft
void shiftLeft(uint amount)Shifts all values in self to the left by amount.
Values smaller than amount are discarded.
Parameters
amount | amount to shift all values to the left |
void shiftLeft(uint amount)Shifts all values in self to the left by amount.
Values smaller than amount are discarded.
amount | amount to shift all values to the left |