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
pushAll
pushAll(container: List, values)
Parameter
Type
Description
container
List
values
Iterable
Adds all the given items to the container, one by one.
Returns
(List)