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
list::removeRange
removeRange(list: List, range: Range)
Parameter
Type
Description
list
List
range
Range
Removes the items within the given range.
Returns
(*) The same container.