RotateLogicValue extension

Adds rotation functions to LogicValue.

on

Methods

rotateLeft(int rotateAmount) LogicValue
Rotates this value by rotateAmount to the left.
rotateRight(int rotateAmount) LogicValue
Rotates this value by rotateAmount to the right.