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
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.