rotatedRight

fun ByteArray.rotatedRight(offset: Int = +1): ByteArray
fun CharArray.rotatedRight(offset: Int = +1): CharArray
fun IntArray.rotatedRight(offset: Int = +1): IntArray
fun LongArray.rotatedRight(offset: Int = +1): LongArray
fun <T> Array<T>.rotatedRight(offset: Int = +1): Array<T>
fun <T> List<T>.rotatedRight(offset: Int = +1): List<T>