RotateLogic extension
Adds rotation functions to Logic.
- on
Methods
-
rotateLeft(
dynamic rotateAmount, {int? maxAmount}) → Logic -
Returns a Logic rotated left by
rotateAmount
. -
rotateRight(
dynamic rotateAmount, {int? maxAmount}) → Logic -
Returns a Logic rotated right by
rotateAmount
.