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, values)
Parameter
Type
Description
container
*
values
Iterable
Adds all the given items to the container (list or set), one by one.
Returns
(*)