rotateRight

fun BooleanArray.rotateRight(offset: Int = +1)
fun ByteArray.rotateRight(offset: Int = +1)
fun CharArray.rotateRight(offset: Int = +1)
fun ShortArray.rotateRight(offset: Int = +1)
fun IntArray.rotateRight(offset: Int = +1)
fun LongArray.rotateRight(offset: Int = +1)
fun FloatArray.rotateRight(offset: Int = +1)
fun DoubleArray.rotateRight(offset: Int = +1)
fun <T> Array<T>.rotateRight(offset: Int = +1)
fun <T> MutableList<T>.rotateRight(offset: Int = +1)