List/rotate_array_right library

Functions

rotateArrayRight<T>(List<T> list, int k) List<T>
Rotates a list k steps to the right.