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
iter::concat
concat(first, second)
Parameter
Type
Description
first
Iterable
The first Iterable.
second
Iterable
The second Iterable.
Returns
(Generator) A new list containing the items of both the the given Iterables.