toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities
/
insertAt
insert
At
fun
DoubleArray
.
insertAt
(
value
:
Double
,
index
:
Int
)
:
DoubleArray
fun
IntArray
.
insertAt
(
value
:
Int
,
index
:
Int
)
:
IntArray
Inserts the value at the index, returning a new array