Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
insert
insert(list: List, index: Integer, value)
Parameter
Type
Description
list
List
List to act on
index
Integer
Index the item should be placed at
value
*
Value to insert
Inserts a value at the specified index in a list.
Returns
(List) The same list.