Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
On this page
On this page
Table of Contents for current page
remove(container, index)
Returns
On this page
remove
remove(container, index)
Parameter
Type
Description
container
*
index
*
Index of the item to remove
Removes the item at the given index.
Returns
(*) The same container.