RotateLogic extension

Adds rotation functions to Logic.

on

Methods

rotateLeft(dynamic rotateAmount, {int? maxAmount}) Logic

Available on Logic, provided by the RotateLogic extension

Returns a Logic rotated left by rotateAmount.
rotateRight(dynamic rotateAmount, {int? maxAmount}) Logic

Available on Logic, provided by the RotateLogic extension

Returns a Logic rotated right by rotateAmount.