korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
rotateRight
rotate
Right
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
)