ListMutation extension

on

Methods

rotate<T>(int amount, bool isRight) List<T>
rotateLeft<T>(int amount) List<T>
rotateRight<T>(int amount) List<T>