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
concat(first, second)
Returns
On this page
iter::concat
concat(first, second)
Parameter
Type
Description
first
Iterable
The first Iterable.
second
Iterable
The second Iterable.
Returns
(Generator) A generator for the items of both the the given Iterables.