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
/
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
>