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