rotateLeft method
- int rotateAmount
Rotates this value by rotateAmount
to the left.
Implementation
LogicValue rotateLeft(int rotateAmount) =>
_rotate(rotateAmount, direction: RotateDirection.left);
Rotates this value by rotateAmount
to the left.
LogicValue rotateLeft(int rotateAmount) =>
_rotate(rotateAmount, direction: RotateDirection.left);