toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
rotatedRight
rotated
Right
fun
BooleanArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
BooleanArray
fun
ByteArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
ByteArray
fun
CharArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
CharArray
fun
ShortArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
ShortArray
fun
IntArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
IntArray
fun
LongArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
LongArray
fun
FloatArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
FloatArray
fun
DoubleArray
.
rotatedRight
(
offset
:
Int
=
+1
)
:
DoubleArray
fun
<
T
>
Array
<
T
>
.
rotatedRight
(
offset
:
Int
=
+1
)
:
Array
<
T
>
fun
<
T
>
List
<
T
>
.
rotatedRight
(
offset
:
Int
=
+1
)
:
List
<
T
>