Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
On this page
On this page
Table of Contents for current page
pushAll(container, values)
Returns
On this 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
(*)