scratch-dsl
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
scratch-dsl
scratch-dsl
/
org.scratchapi.scratchdsl
/
BlockHost
/
insertAtIndex
insert
At
Index
open
fun
ScratchList
.
insertAtIndex
(
value
:
Expression
?
,
index
:
Expression
?
)
:
NormalBlock
Inserts an item at a specific index in a list.
Parameters
value
The value to insert.
index
The index to insert at.