rotate method

dynamic rotate(
  1. int depth,
  2. int steps
)

Implementation

dynamic rotate(int depth, int steps) => eval(Rotate(depth, steps));