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::extend
extend(a: List, b: List)
Parameter
Type
Description
a
List
The list to extend
b
List
The list to take items from
Appends all the items in one list to another list.
Returns
(List) A reference to list
a
.