KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities
/
insertAt
insert
At
fun
DoubleArray
.
insertAt
(
value
:
Double
,
index
:
Int
)
:
DoubleArray
(
source
)
fun
IntArray
.
insertAt
(
value
:
Int
,
index
:
Int
)
:
IntArray
(
source
)
Inserts the value at the index, returning a new array